all repos — website @ 8ab05aa7c96bfb59ea6e50e0dfc6848a37e47447

My website

themes/bear/templates/header.html (view raw)

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="/" class="title">
      {{- config.title -}}
    </a>
  </h2>
  <nav>
    {% include "nav.html" %}
  </nav>
</header>{{ "" -}}