From 544ced362819ae9bd2abd9c12480f76945b368aa Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 24 Apr 2026 11:15:04 -0400 Subject: format html --- layouts/_partials/terms.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts/_partials/terms.html') diff --git a/layouts/_partials/terms.html b/layouts/_partials/terms.html index afe3a14..e693236 100644 --- a/layouts/_partials/terms.html +++ b/layouts/_partials/terms.html @@ -11,8 +11,8 @@ For a given taxonomy, renders a comma-separated list of terms assigned to the pa {{- $page := .page }} {{- with $page.GetTerms $taxonomy -}} - {{- range $index, $term := . -}} - {{- if $index }}, {{ end -}} - {{ .LinkTitle }} - {{- end -}} + {{- range $index, $term := . -}} + {{- if $index }}, {{ end -}} + {{ .LinkTitle }} + {{- end -}} {{- end -}} -- cgit v1.2.3