all repos — website @ 15c1e7bd2ccb83ccd70a6e030ac94ecc82c604c0

My website

templates/header.html (view raw)

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