mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-01-30 22:57:55 +00:00
7ee058f88c
The support for preferred color schemes is widespread nowadays. It is also to make this theme more different to More Contentful theme.
10 lines
292 B
HTML
10 lines
292 B
HTML
<nav aria-label="Primary navigation">
|
|
<a class="site__title" href="{{ "" | absLangURL }}">{{ $.Site.Title }}</a>
|
|
<div class="site__links">
|
|
|
|
|
{{ range $.Site.Menus.main -}}
|
|
<a href="{{ .URL | absLangURL }}">{{ .Name }}</a> |
|
|
{{ end }}
|
|
</div>
|
|
</nav>
|