hugo-tufte/layouts/partials/nav.html
Shawn O'Hare 82958f2609 v0.1.0
Theme should be useable, but there might be some minor stylistic tweaks
here and there.
2016-01-14 21:02:57 -08:00

7 lines
156 B
HTML

<nav class="menu">
<ul>
{{ range .Site.Menus.nav }}
<li><a href="{{ .URL }}">{{ .Pre }}{{ .Name }}</a></li>
{{ end }}
</ul>
</nav>