More design tweaks, fix the index

Fixes #12
This commit is contained in:
Thomas Sileo
2018-06-26 22:52:19 +02:00
parent 20b6053282
commit 0780bf3691
4 changed files with 6 additions and 5 deletions

View File

@@ -27,7 +27,6 @@
<li><a href="/admin"{% if request.path == "/admin" %} class="selected" {% endif %}>/admin</a></li>
<li><a href="/logout">/logout</a></li>
{% endif %}
<li><a href="/about"{% if request.path == "/following" %} class="selected" {% endif %}>About</a></li>
</ul>
</div>
</div>