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 }}