mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 10:58:19 +00:00
14 lines
384 B
HTML
14 lines
384 B
HTML
<div aria-label="Site header">
|
|
<nav>
|
|
<a class="site__title" href="{{ "" | absLangURL }}">{{ $.Site.Title }}</a>
|
|
<div class="list site__links">
|
|
{{ with $.Site.Menus.main }}
|
|
{{ range . -}}
|
|
<a href="{{ .URL | absLangURL }}">{{- .Name -}}</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
</div>
|
|
</nav>
|
|
{{- partial "components/theme-button.html" . }}
|
|
</div>
|