From a001586cfd3faebf1b054fc3166322a7eff553c3 Mon Sep 17 00:00:00 2001 From: skyhopper4697 <mats+edugit@mag-kekse.de> Date: Wed, 11 Aug 2021 15:46:05 +0200 Subject: [PATCH] Update pelicanconf.py, fixed banner --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 4aff753..d5eb5a7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = 'Teckids e.V.' SITENAME = "Hack'n'Fun" -SITEURL = 'hacknfun.org' +SITEURL = '' SITELOGO = f'{SITEURL}/theme/artwork/banner-hacknfun.svg' STATIC_PATHS = ["static", "images"] -- GitLab