From ac13ca19ec50035f485a342e287b47ad5e9d2590 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:36:07 +1300 Subject: [PATCH] lightbox on masonry communities --- app/templates/post/_post_teaser_masonry.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/post/_post_teaser_masonry.html b/app/templates/post/_post_teaser_masonry.html index 1b102d34..7b0d9ddb 100644 --- a/app/templates/post/_post_teaser_masonry.html +++ b/app/templates/post/_post_teaser_masonry.html @@ -13,17 +13,17 @@
{% if post.type == POST_TYPE_LINK %} {% if post.image.medium_url() %} - {{ post.image.alt_text if post.image.alt_text else '' }} {% elif post.image.source_url %} - {{ post.title }} {% else %} - {{ post.title }} {% endif %} {% elif post.type == POST_TYPE_IMAGE %} - {{ post.image.alt_text if post.image.alt_text else '' }} {% else %}