all repos — homestead @ 16092fb22dc42fc513bbc7c8116ca7d7706ea00f

Code for my website

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

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>