1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-09 05:29:10 +00:00

Do note markdownify (and add <p> tags) to summaries

This commit is contained in:
davegson 2021-05-27 15:56:04 +02:00
parent 5982e9a114
commit 11d5dee103

View file

@ -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>