website/themes/datacoop2020/layouts/partials/nav.html
Benjamin Bach 2121cdca5f
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
Colors and fonts for the new data.coop theme
2020-04-05 23:03:14 +02:00

7 lines
156 B
HTML

<nav class="custom-navbar">
<div class="container">
{{ range .Site.Menus.nav }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</div>
</nav>