all repos — website @ f8acc923560a4b3fde660256ae7b7a6f9688b306

My website

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

1
2
3
4
5
6
7
8
9
10
<header>
  <h2>
    <a href="{{ config.base_url }}" class="title">
      {{ config.title }}
    </a>
  </h2>
  <nav>
    {% include "nav.html" %}
  </nav>
</header>