From 45660816ceb4366d159205b434b98316d3d9880f Mon Sep 17 00:00:00 2001 From: robrobinbin <> Date: Thu, 14 Jan 2021 21:53:07 +0100 Subject: [PATCH] Add cardview to search results too --- templates/search.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" %}