Skip to content

Commit

Permalink
Add more items to the menubar, otherwise navigation is confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Ernst committed Dec 19, 2024
1 parent 3bb7c83 commit 27adfd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions layouts/partials/menu.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<nav class="menu">
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/quickstart/">Getting started</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/reference/">Reference</a></li>
<li><a href="/release-notes/">Releases</a></li>
<li><a href="/faq/">FAQ</a></li>
<li><a href="/contrib/results/">Results</a></li>
</ul>
<ul>
<li><a href="https://mastodon.social/@feditest">@feditest@mastodon.social</a></li>
<li><a href="https://mastodon.social/@feditest">Follow</a></li>
<li><a href="/index.xml"><img src="/assets/rss.png" alt="RSS" style="width: 14px;"></a></li>
</ul>
</nav>

0 comments on commit 27adfd4

Please sign in to comment.