mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-02-25 18:19:01 +00:00
10 lines
214 B
HTML
10 lines
214 B
HTML
![]() |
{{ if not .IsPage }}
|
||
|
<header>
|
||
|
<h1>{{ $.Site.Title }}</h1>
|
||
|
<nav>
|
||
|
{{ range $.Site.Menus.main -}}
|
||
|
<a href="{{ .URL | absURL }}">{{ .Name }}</a>
|
||
|
{{ end }}
|
||
|
</nav>
|
||
|
</header>
|
||
|
{{ end }}
|