nichijou/themes/hugo-bunnyblog/layouts/partials/nav.html

6 lines
100 B
HTML
Raw Normal View History

<p align="center">
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</p>