From 307403dd2d9a235450d455def64faa636ab7800a Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 5 Jan 2022 10:05:17 +0000 Subject: [PATCH] fix copyright --- layouts/podcast/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml index 4fe27c1..689500d 100644 --- a/layouts/podcast/rss.xml +++ b/layouts/podcast/rss.xml @@ -27,7 +27,7 @@ {{.}}{{end}}{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} - {{ .Site.Author.name }}{{end}}{{ if not .Date.IsZero }} + {{ .Site.copyright }}{{end}}{{ if not .Date.IsZero }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} {{- with .OutputFormats.Get "RSS" -}} {{ printf "" .Permalink .MediaType | safeHTML }}