blob: acdf8f805b9127d6e38e74ea45c7adc816bbf755 (
plain)
1
2
3
4
5
6
7
8
9
|
<header>
{%- include "language_switcher.html" %}
<a href="{{ get_url(path="@/_index.md", lang=lang) }}" class="title">
<h1>{{ config.title }}</h1>
</a>
<nav aria-label="{{ trans(key="site", lang=lang)}}">
{%- include "nav.html" %}
</nav>
</header>
|