Only strip HTML

This commit is contained in:
mathiascode 2019-12-01 08:45:47 +02:00
parent 5567d7ae2e
commit be556cdd45

View file

@ -15,7 +15,7 @@ layout: minify
<author>
<name>{{ site.title }}</name>
</author>
<content>{{ post.content | xml_escape | strip_html }}</content>
<content>{{ post.content | strip_html }}</content>
<content:encoded>{{ post.content | xml_escape }}</content:encoded>
<published>{{ post.date | date_to_xmlschema }}</published>
<updated>{{ post.date | date_to_xmlschema }}</updated>