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>
|
<category>{{ tag }}</category>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if item.content %}
|
{% 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 %}
|
{% elseif item.data.excerpt %}
|
||||||
<description><![CDATA[{{ item.excerpt }}]]></description>
|
<description><![CDATA[{{ item.excerpt }}]]></description>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue