diff --git a/templates/post.html b/templates/post.html
index cdddaf2..a44721c 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -73,7 +73,7 @@
{% else if post.post_type == "video" || post.post_type == "gif" %}
-
+
{% else if post.post_type == "link" %}
{{ post.media.url }}
{% endif %}