From 11d5dee1032849a29d0a3cdc5fd728c94472573f Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Thu, 27 May 2021 15:56:04 +0200 Subject: [PATCH] Do note markdownify (and add <p> tags) to summaries --- blog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.xml b/blog.xml index 72f6c0b..fd01071 100644 --- a/blog.xml +++ b/blog.xml @@ -21,7 +21,7 @@ layout: null {{ post.content | markdownify | xml_escape }} </content:encoded> {% elsif post.summary %} - <description>{{ post.summary | markdownify | xml_escape }}</description> + <description>{{ post.summary | xml_escape }}</description> <content:encoded> {{ post.content | markdownify | xml_escape }} </content:encoded>