From e79fc34d59fc79602bfd04632e59a39055b1f3a3 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 5 Jan 2022 10:32:10 +0000 Subject: [PATCH] add additional itunes params --- config.toml | 2 ++ layouts/podcast/rss.xml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 5b598e0..aff8cfc 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = "en-us" title = "Greg Gauthier" author = "Greg Gauthier" + copyright = "Copyright 2022. All rights reserved." canonifyurls = true paginate = 10 @@ -29,6 +30,7 @@ enableGitInfo = true podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/" blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/" avatar = "/img/blog_avatar.jpg" + email = "gmgauthier@protonmail.com" [markup] [markup.goldmark.renderer] diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml index 152f4ea..d6721d2 100644 --- a/layouts/podcast/rss.xml +++ b/layouts/podcast/rss.xml @@ -21,6 +21,10 @@ {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }} {{ .Permalink }} + + {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }} + {{ .Site.Params.email }} + Hugo -- gohugo.io{{ with .Site.LanguageCode }} {{.}}{{end}}{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }}