all repos — zola-bearblog @ ef80ea741b1e5c8203584485e735ad144b7202d3

Port of bear blog theme to zola

templates/header.html (view raw)

1
2
3
4
5
6
7
8
9
<header>
  {%- include "language_switcher.html" %}
  <a href="{{ get_url(path="@/_index.md", lang=lang) }}" class="title">
    <h1>{{ config.title }}</h1>
  </a>
  <nav aria-label="{{ trans(key="site", lang=lang)}}">
    {%- include "nav.html" %}
  </nav>
</header>