templates/header.html (view raw)
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> {% include "nav.html" %} </nav> </header>