initial commit

This commit is contained in:
2020-03-16 11:54:08 +01:00
commit b515fd3856
88 changed files with 6197 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<header class="header">
<div class="container">
<div class="logo">
<a class="logo__link" href="{{ "" | relLangURL }}" title="{{ .Site.Title }}" rel="home">
<div class="logo__title">{{ .Site.Title }}</div>
{{ with .Site.Params.subtitle }}<div class="logo__tagline">{{ . }}</div>{{ end }}
</a>
</div>
{{ partial "menu.html" . }}
</div>
</header>