diff --git a/templates/macros/list_posts.html b/templates/macros/list_posts.html index 3c51b5b..0b3c2ee 100644 --- a/templates/macros/list_posts.html +++ b/templates/macros/list_posts.html @@ -144,7 +144,7 @@ {% if post.description %}
{{ post.description }}
{% elif post.summary %} -{{ post.summary | striptags | trim_end_matches(pat=".") | safe }}…
+{{ post.summary | markdown(inline=true) | trim_end_matches(pat=".") | safe }}…
{% endif %} {{ macros_translate::translate(key="read_more", default="Read more", language_strings=language_strings) }} →