From 8bf18cddb1ecf83355b1fcffc3c7e504a7203219 Mon Sep 17 00:00:00 2001 From: eclipse Date: Mon, 17 Mar 2025 18:39:46 +0100 Subject: [PATCH] changed protocol to https --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 1da35a2..4e956f7 100644 --- a/publishconf.py +++ b/publishconf.py @@ -8,7 +8,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = "http://tobias-radloff.de" +SITEURL = "https://tobias-radloff.de" RELATIVE_URLS = False #FEED_ALL_ATOM = "feeds/all.atom.xml"