10 lines
325 B
HTML
10 lines
325 B
HTML
|
|
<header class="site-header">
|
||
|
|
<div class="container">
|
||
|
|
<a href="{{ if eq .Site.Language.Lang "de" }}/de/{{ else }}/{{ end }}" class="site-title" aria-label="Furtka — home">
|
||
|
|
{{ partial "gate.html" . }}
|
||
|
|
<span class="wordmark">Furtka</span>
|
||
|
|
</a>
|
||
|
|
{{ partial "lang-switcher.html" . }}
|
||
|
|
</div>
|
||
|
|
</header>
|