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