diff --git a/templates/search.html b/templates/search.html index 1e5eb86..6c2b836 100644 --- a/templates/search.html +++ b/templates/search.html @@ -38,7 +38,7 @@ {% if post.flags.nsfw && prefs.hide_nsfw == "on" %} {% else if post.title != "Comment" %} -
+

{{ post.score }}

{% if post.flags.nsfw %}
NSFW
{% endif %} @@ -63,7 +63,6 @@

- {% if prefs.layout == "card" && post.post_type == "image" %}