mirror of
https://github.com/safing/web
synced 2025-04-23 20:39:09 +00:00
Do not strip html for <description>
This commit is contained in:
parent
6680b55a73
commit
e118af38cb
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ layout: null
|
|||
{% endfor %}
|
||||
<guid isPermaLink="true">{{ site.url }}{{ episode.podcast_link }}</guid>
|
||||
<description>
|
||||
<![CDATA[{{ episode.summary | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]>
|
||||
<![CDATA[{{ episode.summary | expand_urls: site.url | cdata_escape }}]]>
|
||||
</description>
|
||||
<enclosure url="{{ site.url }}{{ episode.podcast_link }}" length="{{ episode.podcast_length }}" type="audio/mpeg" />
|
||||
<itunes:subtitle><![CDATA[{{ episode.summary | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]></itunes:subtitle>
|
||||
|
|
Loading…
Add table
Reference in a new issue