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

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