{{ post.score }}
{% if post.flags.nsfw %}NSFW
{% endif %}
@@ -51,8 +51,10 @@
{% if prefs.layout == "card" && post.post_type == "image" %}
From 7a33ed343425030743a8e0fd8e3614d181d3b2ab Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Mon, 11 Jan 2021 17:38:35 -0800 Subject: [PATCH] Card thumbnails for users --- templates/subreddit.html | 2 +- templates/user.html | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/subreddit.html b/templates/subreddit.html index 7e46a46..fcfce7a 100644 --- a/templates/subreddit.html +++ b/templates/subreddit.html @@ -31,7 +31,7 @@
{{ post.score }}
{% if post.flags.nsfw %}{{ post.score }}
{% if post.flags.nsfw %}