diff --git a/themes/ccchh/layouts/_default/rss.xml b/themes/ccchh/layouts/_default/rss.xml index 0d23303..a9864a1 100644 --- a/themes/ccchh/layouts/_default/rss.xml +++ b/themes/ccchh/layouts/_default/rss.xml @@ -61,7 +61,12 @@ {{ .Title }} {{ .Permalink }} - {{ with .GetTerms "authors" }} {{ delimit .Title ", " }} {{- end }} + {{ with .GetTerms "authors" -}} + {{- range $i, $pageAuthor := . -}} + {{- if $i -}}, {{ end }} + {{ .Title }} + {{- end -}} + {{- end }} {{ .PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{- with $authorEmail }}{{ . }}{{ with $authorName }} ({{ . }}){{ end }}{{ end }} {{ .Permalink }}