From 570c75456616e32680163e39c8f64ac25d14b58d Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:46:59 +1300 Subject: [PATCH] post_teaser_clickable on images --- app/templates/post/post_teaser/_image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -%}