From 4a868f8e2de0b66f1b989db638b89c9f79e15567 Mon Sep 17 00:00:00 2001 From: echtnurich Date: Wed, 13 Dec 2023 18:18:43 +0000 Subject: [PATCH] unpack authors into comma separated list --- themes/ccchh/layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ccchh/layouts/_default/rss.xml b/themes/ccchh/layouts/_default/rss.xml index e60a932..b746bf6 100644 --- a/themes/ccchh/layouts/_default/rss.xml +++ b/themes/ccchh/layouts/_default/rss.xml @@ -61,7 +61,7 @@ {{ .Title }} {{ .Permalink }} - {{ .GetTerms "authors" }} + {{ .GetTerms "authors" | delimit ", " }} {{ .PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{- with $authorEmail }}{{ . }}{{ with $authorName }} ({{ . }}){{ end }}{{ end }} {{ .Permalink }}