From 57f11950d021604ab501345e4278941fb26c83c2 Mon Sep 17 00:00:00 2001 From: ommot Date: Wed, 1 Jan 2020 17:39:10 +0100 Subject: [PATCH] messo siteurl in https --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 1696b6f..5e2e94c 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://lost.abbiamoundominio.org' +SITEURL = 'https://lost.abbiamoundominio.org' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds.atom.xml'