De-clutter nav bar

This commit is contained in:
Dave Gallant
2023-12-12 21:54:09 -05:00
parent 6914e61259
commit 91427fdcb5
69 changed files with 207 additions and 485 deletions

View File

@@ -78,15 +78,11 @@
</div>
<nav>
<a href="/">Home</a>
<a href="/post">All posts</a>
<a href="/index.xml">RSS</a>
<a href="/tags">Tags</a>
<a href="/">Posts</a>
<a href="/about">About</a>
<a href="/index.xml">RSS</a>
|
<span id="dark-mode-toggle" onclick="toggleTheme()"></span>
<script src="/js/themetoggle.js"></script>