summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/header/navigation.html
blob: f2ca7d835051462e41fb6c950bec4c64406805d0 (plain)
1
2
3
4
5
6
7
<nav>
    <ul>
      {{ range .Site.Menus.main }}
        <li><a href="{{ .URL }}" title="{{ .Title }}">{{ lower .Name }}</a></li>
      {{ end }}
    </ul>
</nav>