From 81a783cd6b0ab4e437d969a4053ffb913e597416 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 27 Apr 2018 16:56:47 +0200 Subject: Move to HTTP for the moment --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 04f9e46..98bb4a8 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'https://ekaitz.elenq.tech' +SITEURL = 'http://ekaitz.elenq.tech' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -- cgit v1.2.3