diff --git a/templates/utils.html b/templates/utils.html
index 4cee9798..916b9608 100644
--- a/templates/utils.html
+++ b/templates/utils.html
@@ -104,20 +104,7 @@
{% if post.post_type == "image" %}
{% else if post.post_type == "video" || post.post_type == "gif" %}
@@ -253,20 +240,7 @@
{% if (prefs.layout.is_empty() || prefs.layout == "card") && post.post_type == "image" %}
{% else if (prefs.layout.is_empty() || prefs.layout == "card") && (post.post_type == "gif" || post.post_type == "video") %}
@@ -292,12 +266,7 @@
{% else %}
-
+
{% endif %}
{% if post.post_type == "link" %}{{ post.domain }}{% else %}{{ post.post_type }}{% endif %}