Files
Ludovic Bouchard daf6b8f55f
Some checks failed
Deploy Hugo site / deploy (push) Failing after 47s
First template
2026-03-16 22:25:02 +01:00

10 lines
300 B
HTML

<header class="site-header">
<div class="page-shell header-inner">
<a class="brand" href="/">{{ site.Title }}</a>
<nav class="site-nav" aria-label="Main navigation">
{{ range site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</nav>
</div>
</header>