From ae938394ae5d7f369e2ee173c672a70c4a28518f Mon Sep 17 00:00:00 2001
From: Greg Gauthier
Date: Tue, 4 Jan 2022 19:53:11 +0000
Subject: [PATCH] add encoded content to the podcast feed
---
layouts/podcast/rss.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/layouts/podcast/rss.xml b/layouts/podcast/rss.xml
index 3a2b97e..40a4c91 100644
--- a/layouts/podcast/rss.xml
+++ b/layouts/podcast/rss.xml
@@ -39,13 +39,22 @@
{{ end }}
{{ end }}
-
{{`
{{end}}
{{ .Summary | safeHTML }}
]]>
+
+
+ {{`
+ {{end}}
+ {{ .Content | safeHTML }}
+ ]]>
+
{{ end }}