From 8d996651aa29fb973755f240d1487bf6eb596206 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 21 Jan 2022 18:08:26 +0100 Subject: [PATCH] Correctly handle HTML description in feed --- templates/rss.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/rss.xml b/templates/rss.xml index 730c032..52e8a17 100644 --- a/templates/rss.xml +++ b/templates/rss.xml @@ -33,15 +33,15 @@ {{ page.permalink | escape_xml | safe }} {{ page.permalink | escape_xml | safe }} {{ page.date | date(format="%a, %d %b %Y %H:%M:%S %z") }} - + {{ episode_meta.duration }} {{ config.extra.author }} {{ page.extra.subtitle }} {{ page.extra.episode }} - {{ page.description }} - {{ page.extra.subtitle }}

{{ page.description}}

{{ page.content | safe }}]]>
+ + {{ page.extra.subtitle }}

{{ page.description | safe }}

{{ page.content | safe }}]]>
{%- for contributor in page.extra.contributors %} {{ contributor }}