about summary refs log tree commit diff stats
path: root/templates/header.html
blob: f92e903fbad755af2b3b6fbdc0ba6a408e7522c5 (plain)
1
2
3
4
5
6
7
8
<header>
  <a href="{{ get_url(path="@/_index.md", lang=lang) }}" class="title">
    <h1>{{ config.title }}</h1>
  </a>
  <nav>
    {% include "nav.html" %}
  </nav>
</header>