From 324af2f909edf2915056df3196fdfb96bbee53a2 Mon Sep 17 00:00:00 2001 From: Evan Anderson Date: Fri, 17 Jan 2025 11:17:58 -0800 Subject: [PATCH] Fix templating a bit more Signed-off-by: Evan Anderson --- cmd/template.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/template.md b/cmd/template.md index d2cbe1f..ca99e4d 100644 --- a/cmd/template.md +++ b/cmd/template.md @@ -49,12 +49,15 @@ For more information on the project and to make contributions, visit the [GitHub {{ range .Categories }} +--- + ## {{ .CategoryName }} {{ .Description }} {{- range .Criteria }} +--- ### {{ .ID }} @@ -81,8 +84,6 @@ For more information on the project and to make contributions, visit the [GitHub **Security Insights Value:** {{ .SecurityInsightsValue }} {{- end }} {{- end }} ---- - {{- end }} {{- end }}