From be556cdd456215c914e4d1dc0499301f54b15541 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sun, 1 Dec 2019 08:45:47 +0200 Subject: [PATCH] Only strip HTML --- feed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed.xml b/feed.xml index 3295c0c..b6d9656 100644 --- a/feed.xml +++ b/feed.xml @@ -15,7 +15,7 @@ layout: minify {{ site.title }} - {{ post.content | xml_escape | strip_html }} + {{ post.content | strip_html }} {{ post.content | xml_escape }} {{ post.date | date_to_xmlschema }} {{ post.date | date_to_xmlschema }}