diff --git a/templates/utils.html b/templates/utils.html index 0e22900..e4c6f75 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -38,7 +38,6 @@ {%- endmacro %} {% macro sub_list(current) -%} -{% if prefs.subscriptions.len() > 0 %}
Feeds
@@ -46,13 +45,14 @@ Home Popular All -

REDDIT FEEDS

- {% for sub in prefs.subscriptions %} - {{ sub }} - {% endfor %} + {% if prefs.subscriptions.len() > 0 %} +

REDDIT FEEDS

+ {% for sub in prefs.subscriptions %} + {{ sub }} + {% endfor %} + {% endif %}
-{% endif %} {%- endmacro %} {% macro render_hls_notification(redirect_url) -%}