Files
window-maker.github.io/_includes/header.html
gryf 6edad8eefc Complete changed the webpage style.
Changed the template. Switched to html5 responsive layout. Added new,
self designed GNUStep logo. Removed dock.
2019-02-10 21:02:55 +01:00

14 lines
534 B
HTML

<nav class="nav">
<ul>
<li><a href="{{ site.baseurl }}/">Home</a></li>
<li><a href="{{ site.baseurl }}/news">News</a></li>
<li><a href="{{ site.baseurl }}/docs">Documentation</a></li>
<!-- <li><a href="lists.html">Community</a></li> -->
<li><a href="{{ site.baseurl }}/dev">Development</a></li>
<li><a href="{{ site.baseurl }}/themes">Themes</a></li>
<li><a href="{{ site.baseurl }}/links">Links</a></li>
<!-- <li><a href="download.html">Download</a></li> -->
</ul>
</nav>