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> <item>
<title>{{ .Title }}</title> <title>{{ .Title }}</title>
<link>{{ .Permalink }}</link> <link>{{ .Permalink }}</link>
<author>{{ with .GetTerms "authors" -}} <author>{{ with .GetTerms "authors" -}}
{{- range $i, $pageAuthor := . -}} {{- range $i, $pageAuthor := . -}}
{{- if $i -}}, {{ end }} {{- if $i -}}, {{- end -}}
{{ .Title }} {{ .Title }}
{{- end -}} {{- end -}}
{{- end }}</author> {{- end }}</author>