From 43602c4075f1955498fce5a1d442594a11cf3b95 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 19 Aug 2022 23:53:45 +0200 Subject: [PATCH] comsetic change to /h/holes --- files/templates/sub/subs.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/files/templates/sub/subs.html b/files/templates/sub/subs.html index 519e191c9..80dd64f44 100644 --- a/files/templates/sub/subs.html +++ b/files/templates/sub/subs.html @@ -17,14 +17,11 @@ {% for sub, count in subs %} - {% if sub.name in v.all_blocks %} - {% set blocked = True %} - {% endif %} - - {{loop.index}} - {{sub.name}} - {{count}} + + {{loop.index}} + {{sub.name}} {% if sub.name in v.all_blocks %}[hidden from your main feed, visit it to unhide it]{% endif %} + {{count}} {% endfor %}