www/themes/hellug-minimal/layouts/partials/header.html

9 γραμμές
174 B
HTML

<!-- menu items -->
<nav>
{{- $currentPage := . }}
{{- range .Site.Menus.main }}
<a tabindex="-1" href="{{ .URL }}">{{ .Name }}</a>
{{- end }}
</nav>
<!-- menu items end -->