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 %}
-
{% 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) %}
-
{% 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 %}