From ee1b3508885a0bf410435ab0e3ac5dd04bef6816 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 17 Aug 2021 23:41:27 +0200 Subject: [PATCH] Build XML sitemap --- pelican_theme_teckids/pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican_theme_teckids/pelicanconf.py b/pelican_theme_teckids/pelicanconf.py index eaa3782..a539513 100644 --- a/pelican_theme_teckids/pelicanconf.py +++ b/pelican_theme_teckids/pelicanconf.py @@ -83,5 +83,5 @@ LICENCETEXTS = { SITEMAP = { - "format": "txt", + "format": "xml", } -- GitLab