From 9bfd18ac2c68f88d2922ea5ab9d41281537704b3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 17 May 2020 09:18:59 +0200 Subject: Format Atom feed with HTML markup --- atom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atom.xml b/atom.xml index c43d02c..3d77b95 100644 --- a/atom.xml +++ b/atom.xml @@ -25,7 +25,9 @@ layout: null {{ post.date | date_to_xmlschema }} {% if post.description %} {{ post.description | strip | xml_escape }}{% endif %} - {{ post.content | strip_html }}{% for tag in post.tags %} + + {{ post.content | strip | xml_escape }} + {% for tag in post.tags %} {% endfor %}{% for cat in post.categories %} {% endfor %} {% endfor %} -- cgit v1.1