first commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user