From 6ba4a1f7193bb551ba8ca36e50b86ff491e13d08 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:33:47 +1300 Subject: [PATCH] fix empty alt text --- app/templates/post/_post_full.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index 25869602..eea01101 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -69,7 +69,7 @@ {% if post.type == POST_TYPE_LINK and post.image_id and not (post.url and 'youtube.com' in post.url) %}
{% endif %} @@ -87,12 +87,12 @@ {% endif %} {% elif post.type == POST_TYPE_IMAGE %} {% else %} {% if post.image_id and not (post.url and 'youtube.com' in post.url) %} - {% endif %} {% endif %}