hugo-theme-contentful/layouts/partials/header.html
Gabriel Arazas 7ee058f88c Remove theme button in favor of system themes
The support for preferred color schemes is widespread nowadays. It is
also to make this theme more different to More Contentful theme.
2022-05-13 18:12:11 +08:00

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>