til/themes/hello-friend-ng/layouts/partials/menu.html

9 lines
227 B
HTML
Raw Normal View History

2020-09-13 18:51:28 +00:00
<nav class="menu">
<ul class="menu__inner">
{{- $currentPage := . -}}
{{ range .Site.Menus.main -}}
<li><a href="{{ .URL | absLangURL }}">{{ .Name }}</a></li>
{{- end }}
</ul>
</nav>