first commit

This commit is contained in:
2026-05-19 11:03:31 +02:00
commit 08c65a4a19
21 changed files with 757 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<header class="site-header">
<div class="header-inner">
<div>
<p class="eyebrow">Wilkommen zu</p>
<h1>{{ .Site.Title }}</h1>
<p class="subtitle">{{ .Site.Params.subtitle }}</p>
</div>
<nav class="site-nav" aria-label="Hauptnavigation">
{{ range .Site.Menus.main }}
<a href="{{ .URL }}" class="nav-link">{{ .Name }}</a>
{{ end }}
</nav>
</div>
</header>