From aa0fa25708f69216ec1d70185d42f1c016c61b1c Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 17 Aug 2021 21:52:59 +0200 Subject: [PATCH] Fix typo in settings --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 41f7e71c..89322645 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -6,7 +6,7 @@ import sys from pelican_theme_teckids.pelicanconf import * -SITE_NAME = "Teckids e.V." +SITENAME = "Teckids e.V." PLUGINS += ["webring"] WEBRING_FEED_URLS = [ -- GitLab