maybe remove extra space between tag and author list?
This commit is contained in:
parent
64282d8fa5
commit
72ae6166f1
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue