From 44a349d7578176f86fd8da800e3f5911d1a2d767 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 2 Mar 2022 16:43:23 +0100 Subject: [PATCH] published site resides in www subdomain reasons: https://www.yes-www.org/ --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 88b452e..4e67159 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://schmittlau.ch' +SITEURL = 'https://www.schmittlau.ch' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'