diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index fbd9ad0a..8383ad2d 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 }}{{ post.image.alt_text if post.image.alt_text else '' }} {% else %} - {{ post.image.alt_text }}{{ post.image.alt_text if post.image.alt_text else '' }} {% endif %} {% else %} @@ -69,7 +69,7 @@ {% if post.type == POST_TYPE_LINK and post.image_id and not (post.url and 'youtube.com' in post.url) %}
- {{ post.image.alt_text }}{{ post.image.alt_text if post.image.alt_text else '' }}
{% endif %} @@ -87,12 +87,12 @@ {% endif %} {% elif post.type == POST_TYPE_IMAGE %}
- {{ post.image.alt_text }}{{ post.image.alt_text if post.image.alt_text else '' }}
{% else %} {% if post.image_id and not (post.url and 'youtube.com' in post.url) %} - {{ post.image.alt_text }}{{ post.image.alt_text if post.image.alt_text else '' }} {% endif %} {% endif %}