correct navigation

This commit is contained in:
John O'Nolan 2020-05-27 14:18:19 +07:00
parent 7f36729e2f
commit 1e2e043e44
2 changed files with 6 additions and 5 deletions

View file

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

View file

@ -0,0 +1,5 @@
<nav>
{{#foreach navigation}}
<a href="{{url absolute="true"}}">{{label}}</a>
{{/foreach}}
</nav>