From 22ab0180bebf563a03038fd013801ae8610df281 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Sat, 21 Nov 2020 19:20:12 +0100 Subject: [PATCH] Potential bugfix --- sitemap.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitemap.xml b/sitemap.xml index 8bc5876b5..e7e367413 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -7,7 +7,7 @@ category: hidden {% for page in site.pages %} {% unless page.category == "hidden" %} - {{ site.url }}{{ page.url | remove: "index.html" }} + {{ site.a_rootpage }}{{ site.url }}{{ page.url | remove: "index.html" }} {% for lng in site.languages %} {% if lng != site.default_lang %}