diff options
Diffstat (limited to 'templates_html')
| -rw-r--r-- | templates_html/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates_html/base.html b/templates_html/base.html index dd893f5..26e5895 100644 --- a/templates_html/base.html +++ b/templates_html/base.html @@ -92,11 +92,11 @@ <nav> <a href="/posts">posts</a> <span aria-hidden="true"> • </span> - <a href="/linklog">linklog</a> - <span aria-hidden="true"> • </span> <a href="/now">now</a> <span aria-hidden="true"> • </span> <a href="/projects">projects</a> + <span aria-hidden="true"> • </span> + <a href="/linklog">linklog</a> </nav> <main>{% block content %}{% endblock %}</main> |
