all repos — homestead @ 6342159884acf3eab42f0d50db90bc0c9f56fc8b

Code for 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>