about summary refs log tree commit diff stats
path: root/templates/header.html
blob: 54106ea6602e50c611c5bf47f150097c278ec829 (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>
    {%- include "nav.html" %}
  </nav>
</header>