diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index 8383ad2d..25869602 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -32,10 +32,10 @@
{% if post.image_id %} {% if low_bandwidth %} - {{ post.image.alt_text if post.image.alt_text else '' }}{{ post.image.alt_text if post.image.alt_text else post.title }} {% else %} - {{ post.image.alt_text if post.image.alt_text else '' }}{{ post.image.alt_text if post.image.alt_text else post.title }} {% endif %} {% else %}