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