From bef8bb928a463225a765cf68340b79759c219338 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 30 Dec 2023 15:20:36 -0600 Subject: [PATCH] use 'dc:creator' instead of 'author' in rss --- layouts/_default/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 209dce4..4c04130 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -27,7 +27,7 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Params.Author.name }}{{.}}{{end}} + {{ with .Site.Params.Author.name }}{{.}}{{end}} {{ .Permalink }} {{ .Content | html }}