post_teaser_clickable on images

This commit is contained in:
rimu 2024-11-30 13:46:59 +13:00
parent 50a9ef5826
commit 570c754566

View file

@ -22,7 +22,7 @@
</div> </div>
{% endif -%} {% endif -%}
{% if post.body_html -%} {% if post.body_html -%}
<div class="post_teaser_link_preview small"> <div class="post_teaser_link_preview small post_teaser_clickable">
{{ first_paragraph(post.body_html) | safe }} {{ first_paragraph(post.body_html) | safe }}
</div> </div>
{% endif -%} {% endif -%}