about summary refs log tree commit diff stats
path: root/themes/bear/templates/header.html
blob: abc74e5535c2f3bb17ce4cddaf6d9e803ecb0fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<a class="skip" href="#content">Skip to main content</a>
<header>
  <h2>
    <a href="{{ config.base_url | safe }}" class="title">
      {{- config.title -}}
    </a>
  </h2>
  <nav>
    {% include "nav.html" %}
  </nav>
</header>{{ "" -}}