Skip to content

Commit

Permalink
only link to home in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jul 26, 2024
1 parent 246936f commit 7723c77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/incl/menu.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<nav id="top_menu">
<ul>
<li><a href="/">Home</a></li>
<!--
<li><a href="/">Code Maven</a></li>
<li><a href="/slides/">Slides</a></li>
<li><a href="/about">About</a></li>
-->
<li id="helpbutton">Press ? for keyboard navigation</li>
</ul>
</nav>
Expand Down

0 comments on commit 7723c77

Please sign in to comment.