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:
parent
5982e9a114
commit
11d5dee103
1 changed files with 1 additions and 1 deletions
2
blog.xml
2
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue