fix: add missing tags for CDATA inside RSS feeds #14
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<category>{{ tag }}</category>
|
||||
{% endfor %}
|
||||
{% if item.content %}
|
||||
<description><![CDATA[{{ item.content | convertRelativeLinks(meta.url) | escape }}]]></description>
|
||||
<description><![CDATA[{{ item.content | convertRelativeLinks(meta.url) | safe }}]]></description>
|
||||
{% elseif item.data.excerpt %}
|
||||
<description><![CDATA[{{ item.excerpt }}]]></description>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue