about summary refs log tree commit diff stats
path: root/templates/header.html
blob: db5b921f7f99623dbc1471e7286135ec358c7df8 (plain)
1
2
3
4
5
6
<header>
  <a href="{{ config.base_url }}" class="title">
    <h2>{{ config.title }}</h2>
  </a>
  <nav>{% include "nav.html" %}</nav>
</header>