Skip to content

Commit

Permalink
Merge pull request #65 from hannobraun/website
Browse files Browse the repository at this point in the history
Fix navigation links
  • Loading branch information
hannobraun authored Jan 21, 2022
2 parents 389ac62 + bd4d2df commit 5af22c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
</head>
<body>
<header>
<a class="title" href="/">
<a class="title" href="/Fornjot">
<h1>Fornjot</h1>
<h2>The world needs another CAD program.</h2>
</a>
<nav>
<ul>
<li><a href="/">About</a></li>
<li><a href="/community">Community</a></li>
<li><a href="/Fornjot">About</a></li>
<li><a href="community">Community</a></li>
</ul>
</nav>
</header>
Expand Down

0 comments on commit 5af22c4

Please sign in to comment.