From 40d6bb3d91ab19be99ae79ac706c62c45785320b Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 25 Jan 2023 16:24:58 +0100 Subject: [PATCH] FIX: bad relative link. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 63b046c..bb34277 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,7 +15,7 @@
{% if extra_siteurls %}
- {{ DEFAULT_LANG }} + {{ DEFAULT_LANG }} {% for lang, url in extra_siteurls.items() %} {{ lang }} {% endfor %}