From cb64267f05be1e2ff4b544bdbf11fb83b244ab80 Mon Sep 17 00:00:00 2001
From: Lukas Weichelt <lukas.weichelt@teckids.org>
Date: Wed, 14 Apr 2021 18:43:58 +0000
Subject: [PATCH] added the second / att https in line 14

---
 publishconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/publishconf.py b/publishconf.py
index 1ba5d45..4a2bb72 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:/hacknfun.org'
+SITEURL = 'https://hacknfun.org'
 RELATIVE_URLS = False
 
 FEED_ALL_ATOM = 'feeds/all.atom.xml'
-- 
GitLab