From 51df7d627fad2899ad4655be1af9757f44562e1c Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 13 Aug 2021 14:46:52 +0200 Subject: [PATCH] Update public domain to teckids.org --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 6bfbfcff..612c12e7 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://teckids.edugit.io' +SITEURL = 'https://teckids.org' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -- GitLab