I'm back I guess. Revert "I'm done."

This reverts commit d4e10810f8.
This commit is contained in:
Matthias Portzel 2023-12-18 14:07:57 -06:00
parent b56e6be8c9
commit 77af72a712
1 changed files with 30 additions and 37 deletions

View File

@ -36,9 +36,7 @@
<nav class="nav" id="main-nav" aria-label="Navigation">
<span class="nav-item"><a href="/about">About this site</a></span>
{% if authenticated %}
<span class="nav-item"><a href="/search">Search</a></span>
{% endif %}
{% if authenticated %}
<span class="nav-item"><a href="/post">Post</a></span>
@ -47,8 +45,6 @@
{% endblock %}
{% block main %}
{% if authenticated %}
<nav class="nav top" aria-label="History Navigation">
{% if not is_first_page %}
<span class="nav-item"><a href="?page={{ previous_page_slug }}">Newer</a></span>
@ -86,9 +82,6 @@
<span class="nav-item"><a href="?page={{ next_page_slug }}">Older</a></span>
{% endif %}
</nav>
{% else %}
<h3>Thoughts is currently private. Please check back on December 15th.</h3>
{% endif %}
{% endblock %}
{% block scripts %}