diff --git a/app/templates/post/post_teaser/_title.html b/app/templates/post/post_teaser/_title.html
index 4860b41d..22302c3c 100644
--- a/app/templates/post/post_teaser/_title.html
+++ b/app/templates/post/post_teaser/_title.html
@@ -9,11 +9,13 @@
{% if post.type == POST_TYPE_VIDEO -%}
{% endif -%}
- ({{ post.domain.name }})
- {% if post.domain.post_warning -%}
-
+ {% if post.type == POST_TYPE_LINK -%}
+ ({{ post.domain.name }})
+ {% if post.domain.post_warning -%}
+
+ {% endif -%}
+
{% endif -%}
-
{% endif -%}
{% if post.nsfw -%}nsfw{% endif -%}
{% if post.nsfl -%}nsfl{% endif -%}