diff --git a/themes/ccchh/layouts/_default/rss.xml b/themes/ccchh/layouts/_default/rss.xml index 0c9217b..ab5da0f 100644 --- a/themes/ccchh/layouts/_default/rss.xml +++ b/themes/ccchh/layouts/_default/rss.xml @@ -61,6 +61,12 @@ {{ .Title }} {{ .Permalink }} + {{ 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 }}