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
|
@ -63,7 +63,7 @@
|
|||
<link>{{ .Permalink }}</link>
|
||||
<author>{{ with .GetTerms "authors" -}}
|
||||
{{- range $i, $pageAuthor := . -}}
|
||||
{{- if $i -}}, {{ end }}
|
||||
{{- if $i -}}, {{- end -}}
|
||||
{{ .Title }}
|
||||
{{- end -}}
|
||||
{{- end }}</author>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue