diff --git a/s/item.tpl.html b/s/item.tpl.html
index e8a4194..b0bc27e 100644
--- a/s/item.tpl.html
+++ b/s/item.tpl.html
@@ -10,29 +10,30 @@
{% if item == "video" %}
-
+
{% elseif item == "audio" %}
- {% if thumb != null %}
-
-
![]({{ thumb }})
- {% endif %}
-
- {% if thumb != null %}
-
- {% endif %}
+ {% if thumb != null %}
+
+
![]({{ thumb }})
+ {% endif %}
+
+ {% if thumb != null %}
+
+ {% endif %}
{% elseif item == "image" %}
-
![]({{ dest }})
+
![]({{ dest }})
{% else %}
-
404 - Not f0cked
+
404 - Not f0cked
{% endif %}