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
No known key found for this signature in database
GPG key ID: C6B942B019794CC2
7 changed files with 26 additions and 35 deletions

View file

@ -16,18 +16,19 @@
{% if prefs.theme != "system" %} {{ prefs.theme }}{% endif %}">
<!-- NAVIGATION BAR -->
<nav>
<p id="logo">
<div id="logo">
<a id="libreddit" href="/">
<span id="lib">lib</span><span id="reddit">reddit.</span>
</a>
<span id="version">v{{ env!("CARGO_PKG_VERSION") }}</span>
<a id="settings_link" href="/settings">settings</a>
</p>
{% block subscriptions %}{% endblock %}
</div>
{% block search %}{% endblock %}
<a id="code" href="https://github.com/spikecodes/libreddit">code</a>
<div id="links">
<a id="settings_link" href="/settings">settings</a>
<a id="code" href="https://github.com/spikecodes/libreddit">code</a>
</div>
</nav>
{% block subscriptions %}{% endblock %}
<!-- MAIN CONTENT -->
{% block body %}