mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Fix episode description and restore <link>
This commit is contained in:
parent
ac71e3bc32
commit
03f2196d0e
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,7 @@ layout: null
|
||||||
{% for ep in site.posts %}
|
{% for ep in site.posts %}
|
||||||
<item>
|
<item>
|
||||||
<title>{{ ep.title }}</title>
|
<title>{{ ep.title }}</title>
|
||||||
|
<link>{{ site.url }}{{ ep.url }}</link>
|
||||||
<pubDate>{{ ep.date | date: "%a, %d %b %Y %T %z" }}</pubDate>
|
<pubDate>{{ ep.date | date: "%a, %d %b %Y %T %z" }}</pubDate>
|
||||||
<dc:creator><![CDATA[{{ site.podcast_author | cdata_escape }}]]></dc:creator>
|
<dc:creator><![CDATA[{{ site.podcast_author | cdata_escape }}]]></dc:creator>
|
||||||
{% for category in ep.categories %}
|
{% for category in ep.categories %}
|
||||||
|
@ -60,7 +61,6 @@ layout: null
|
||||||
<![CDATA[{{ ep.summary | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]>
|
<![CDATA[{{ ep.summary | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]>
|
||||||
</description>
|
</description>
|
||||||
<enclosure url="{{ site.url }}{{ ep.podcast_link }}" length="{{ ep.podcast_length }}" type="audio/mpeg" />
|
<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:summary><![CDATA[{{ ep.summary | expand_urls: site.url | cdata_escape }}]]></itunes:summary>
|
||||||
<itunes:author>{{ site.podcast_author }}</itunes:author>
|
<itunes:author>{{ site.podcast_author }}</itunes:author>
|
||||||
<itunes:image href="{{ site.url }}{{ site.podcast_album_art }}" />
|
<itunes:image href="{{ site.url }}{{ site.podcast_album_art }}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue