1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-22 20:09:08 +00:00

Fix episode description and restore <link>

This commit is contained in:
davegson 2019-09-13 18:54:27 +02:00
parent ac71e3bc32
commit 03f2196d0e

View file

@ -47,6 +47,7 @@ layout: null
{% for ep in site.posts %}
<item>
<title>{{ ep.title }}</title>
<link>{{ site.url }}{{ ep.url }}</link>
<pubDate>{{ ep.date | date: "%a, %d %b %Y %T %z" }}</pubDate>
<dc:creator><![CDATA[{{ site.podcast_author | cdata_escape }}]]></dc:creator>
{% for category in ep.categories %}
@ -60,7 +61,6 @@ layout: null
<![CDATA[{{ ep.summary | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]>
</description>
<enclosure url="{{ site.url }}{{ ep.podcast_link }}" length="{{ ep.podcast_length }}" type="audio/mpeg" />
<itunes:subtitle><![CDATA[{{ ep.excerpt | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]></itunes:subtitle>
<itunes:summary><![CDATA[{{ ep.summary | expand_urls: site.url | cdata_escape }}]]></itunes:summary>
<itunes:author>{{ site.podcast_author }}</itunes:author>
<itunes:image href="{{ site.url }}{{ site.podcast_album_art }}" />