Smaller navigation

This commit is contained in:
John O'Nolan 2020-05-27 14:13:46 +07:00
parent 0bbd37d58d
commit 7f36729e2f

View file

@ -69,7 +69,11 @@
<header>
<h2>{{@site.title}}</h2>
{{navigation}}
<nav>
{{#foreach navigation}}
<a href="{{url absolute="true"}}">{{label}}</a>
{{/foreach}}
</nav>
</header>
<main>