{{ post.score }}
{% if post.flags.nsfw %}NSFW
{% endif %}
@@ -51,8 +51,10 @@
{% if prefs.layout == "card" && post.post_type == "image" %}
- {% else if prefs.layout != "card" %}
-
+ {% else if post.post_type == "link" %}
+ {{ post.domain }}
+ {% else if post.post_type != "self" %}
+ {{ post.post_type }}
{% endif %}