From e9ca3b2feb70abc198c3cf544aeb4122c6218995 Mon Sep 17 00:00:00 2001 From: Lukas Weichelt <lukas.weichelt@teckids.org> Date: Wed, 14 Apr 2021 18:39:59 +0000 Subject: [PATCH] fixed link in publishconf.py --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index adc317c..1ba5d45 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 = '/' +SITEURL = 'https:/hacknfun.org' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -- GitLab