From 8ac34fb878e674a1096351e15941c3740dd47ddd Mon Sep 17 00:00:00 2001
From: Greg Gauthier
Date: Wed, 5 Jan 2022 12:27:13 +0000
Subject: [PATCH] prune and tidy the rss feed xml for podcasts
---
layouts/podcast/rss.xml | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml
index d116ba4..ac25954 100644
--- a/layouts/podcast/rss.xml
+++ b/layouts/podcast/rss.xml
@@ -21,20 +21,27 @@
{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} by {{ end }}{{ .Site.Title }}{{ end }}
{{ .Permalink }}
+
+
No
+ episodic
+ Philosophy essays, debates, discussions, and other explorations.
+
{{ 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 }}
- {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }}
- {{.}}{{end}}{{ if not .Date.IsZero }}
- {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }}
+
+
+ Hugo -- gohugo.io
+ {{ with .Site.LanguageCode }}{{.}}{{end}}
+ {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
+ {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
+ {{ with .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 }}
{{- end -}}
@@ -53,14 +60,12 @@
{{ end }}
{{ end }}
-
{{`
{{end}}
{{ .Summary | safeHTML }}
]]>
-
{{`