all repos — website @ 402d85094185554d6150d6dfd6e76683abf7b663

My website

templates/header.html (view raw)

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