diff --git a/app/templates/post/post_teaser/_image.html b/app/templates/post/post_teaser/_image.html index 15ee255b..e45a97dc 100644 --- a/app/templates/post/post_teaser/_image.html +++ b/app/templates/post/post_teaser/_image.html @@ -22,7 +22,7 @@ {% endif -%} {% if post.body_html -%} -
+
{{ first_paragraph(post.body_html) | safe }}
{% endif -%}