all repos — zola-bearblog @ 333e97f135264c3c220063b2b64bf4dc0b508f34

Port of bear blog theme to zola

Merge pull request 'Basic multilingual site' (#10) from multilingual into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/10

Alan Pearce
commit

333e97f135264c3c220063b2b64bf4dc0b508f34

parent

5a936b5c413b541c5523da6b4ebdc46f996f7360

1 file changed, 1 insertion(+), 0 deletions(-)

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