diff --git a/files/templates/sub/subs.html b/files/templates/sub/subs.html index 80dd64f44b..f22081de7d 100644 --- a/files/templates/sub/subs.html +++ b/files/templates/sub/subs.html @@ -17,10 +17,9 @@ {% for sub, count in subs %} - {{loop.index}} - {{sub.name}} {% if sub.name in v.all_blocks %}[hidden from your main feed, visit it to unhide it]{% endif %} + {{sub.name}} {% if sub.name in v.all_blocks %}[hidden from your main feed, visit it to unhide it]{% endif %} {{count}} {% endfor %}