all repos — zola-bearblog @ 54444582ec10c1d97236827b8adc4c1b073202d4

Port of bear blog theme to zola

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>