diff --git a/templates/macros/list_posts.html b/templates/macros/list_posts.html index 31f91d0..1b12c68 100644 --- a/templates/macros/list_posts.html +++ b/templates/macros/list_posts.html @@ -32,9 +32,9 @@
{% if post.description %} -

{{ post.description }}

+

{{ post.description | striptags | safe }}

{% elif post.summary %} -

{{ post.summary | safe }}…

+

{{ post.summary | striptags | safe }}

{% endif %}