all repos — website @ 4df500c33f3d3ba7b9387a2bc0447850a04d15c8

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>