Files
www/northsidestudio/themes/basic/layouts/_partials/header.html
2026-06-13 00:09:28 +02:00

11 lines
149 B
HTML

<header>
<h1>{{ .Site.Title }}</h1>
</header>
<nav>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/contact">Contact</a>
</nav>