From 94cbc7ddf43f16e79775739e0b79c533b5ac9479 Mon Sep 17 00:00:00 2001 From: echtnurich Date: Wed, 13 Dec 2023 18:02:07 +0000 Subject: [PATCH] use Author as it is used in the blog-header --- 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 e51aa4b..e60a932 100644 --- a/themes/ccchh/layouts/_default/rss.xml +++ b/themes/ccchh/layouts/_default/rss.xml @@ -61,7 +61,7 @@ {{ .Title }} {{ .Permalink }} - {{ .Author }} + {{ .GetTerms "authors" }} {{ .PublishDate.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} {{- with $authorEmail }}{{ . }}{{ with $authorName }} ({{ . }}){{ end }}{{ end }} {{ .Permalink }}