From bf6245a505a7a66796a2727b4222e6c3eb9d0b83 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Mon, 11 Jan 2021 10:39:36 -0800 Subject: [PATCH] Fix multireddit sidebars --- templates/subreddit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/subreddit.html b/templates/subreddit.html index a246b8d..8bdbc83 100644 --- a/templates/subreddit.html +++ b/templates/subreddit.html @@ -75,7 +75,7 @@ {% endif %} - {% if sub.name != "" %} + {% if sub.name != "" && !sub.name.contains("+") %}