maybe remove extra space between tag and author list?

This commit is contained in:
echtnurich 2023-12-13 19:08:09 +00:00
parent 64282d8fa5
commit 72ae6166f1

View file

@ -63,7 +63,7 @@
<link>{{ .Permalink }}</link>
<author>{{ with .GetTerms "authors" -}}
{{- range $i, $pageAuthor := . -}}
{{- if $i -}}, {{ end }}
{{- if $i -}}, {{- end -}}
{{ .Title }}
{{- end -}}
{{- end }}</author>