Skip to content

Commit

Permalink
Merge pull request #66 from hannobraun/website
Browse files Browse the repository at this point in the history
Fix remaining issues with website links (hopefully)
  • Loading branch information
hannobraun authored Jan 21, 2022
2 parents 5af22c4 + b4686a1 commit 21d0100
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

<title>Fornjot</title>

<link href="style.css" rel="stylesheet" type="text/css" media="all" />
<link
href="/Fornjot/style.css"
rel="stylesheet"
type="text/css"
media="all" />
</head>
<body>
<header>
Expand All @@ -17,7 +21,7 @@ <h2>The world needs another CAD program.</h2>
<nav>
<ul>
<li><a href="/Fornjot">About</a></li>
<li><a href="community">Community</a></li>
<li><a href="/Fornjot/community">Community</a></li>
</ul>
</nav>
</header>
Expand Down

0 comments on commit 21d0100

Please sign in to comment.