mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-21 23:35:01 +00:00
Only strip HTML
This commit is contained in:
parent
5567d7ae2e
commit
be556cdd45
1 changed files with 1 additions and 1 deletions
2
feed.xml
2
feed.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue