Update the internals of the styling a little

Fixes #4
This commit is contained in:
2021-09-27 14:16:52 -05:00
parent 718efd865e
commit f0cd329901
5 changed files with 31 additions and 15 deletions

View File

@ -1,6 +1,6 @@
<div class="navbar">
<nav id="main">
<a href="{{ "/" | relURL }}">Home</a>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</div>
</nav>