tane/site/layouts/partials/header.html

11 lines
418 B
HTML

<header class="site-header">
<a class="brand" href="{{ "/" | relLangURL }}">
<img src="/logo.png" alt="Tane" width="21" height="36" />
<span>Tane</span>
</a>
<nav class="site-nav">
{{ with .Site.GetPage "/about" }}<a href="{{ .RelPermalink }}">{{ T "navAbout" }}</a>{{ end }}
<a href="{{ "/legal/" | relLangURL }}">{{ T "navLegal" }}</a>
{{ partial "lang-switch.html" . }}
</nav>
</header>