summaryrefslogtreecommitdiffstats
path: root/layouts/_partials/terms.html
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-04-24 11:15:04 -0400
committerSam Anthony <sam@samanthony.xyz>2026-04-24 11:15:04 -0400
commit544ced362819ae9bd2abd9c12480f76945b368aa (patch)
tree84695604c33c6266a65d63759e3474c9bd87892e /layouts/_partials/terms.html
parent8dfec6a37d8adb55d500df1866901e3ee0d3c067 (diff)
downloadsamanthony.xyz-544ced362819ae9bd2abd9c12480f76945b368aa.zip
format htmlHEADmaster
Diffstat (limited to 'layouts/_partials/terms.html')
-rw-r--r--layouts/_partials/terms.html8
1 files changed, 4 insertions, 4 deletions
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 -}}
- <a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
- {{- end -}}
+ {{- range $index, $term := . -}}
+ {{- if $index }}, {{ end -}}
+ <a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
+ {{- end -}}
{{- end -}}