Move the subs list into the navbar.

This commit is contained in:
Matthew Crossman
2021-01-31 09:52:18 +11:00
parent 449899962a
commit 8cc01c58f3
7 changed files with 26 additions and 35 deletions

View File

@ -8,7 +8,7 @@
{% block title %}{{ user.name.replace("u/", "") }} (u/{{ user.name }}) - Libreddit{% endblock %}
{% block subscriptions %}
{% call utils::sub_list("", "wide") %}
{% call utils::sub_list("") %}
{% endblock %}
{% block body %}