all repos — zola-bearblog @ a70fb3f413a205390b45943007400d5d9a06a72b

Port of bear blog theme to zola

Merge branch 'main' into microformats2

Alan Pearce
commit

a70fb3f413a205390b45943007400d5d9a06a72b

parent

fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2

1 file changed, 3 insertions(+), 2 deletions(-)

changed files
M templates/header.htmltemplates/header.html
@@ -1,6 +1,7 @@
<header> - <a href="{{ config.base_url }}" class="title"> - <h2>{{ config.title }}</h2> + {% include "language_switcher.html" %} + <a href="{{ get_url(path="@/_index.md", lang=lang) }}" class="title"> + <h1>{{ config.title }}</h1> </a> <nav> {% include "nav.html" %}