hugo-theme-tiles/layouts/partials/menu.html

5 lines
118 B
HTML
Raw Normal View History

2019-10-26 00:15:49 +02:00
{{ $currentPage := . }}
{{ range .Site.Menus.main }}
<a class="page-link" href="{{ .URL }}">{{ .Name }}</a>
{{ end }}