about summary refs log tree commit diff stats
path: root/templates/header.html
blob: 64c79f05b47045c39ada6decf46c515672e94a33 (plain)
1
2
3
4
<a href="{{ config.base_url }}" class="title">
  <h2>{{ config.title }}</h2>
</a>
<nav>{% include "nav.html" %}</nav>