diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-04-27 16:56:47 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2018-04-27 16:56:47 +0200 |
commit | 81a783cd6b0ab4e437d969a4053ffb913e597416 (patch) | |
tree | 8943f35b45da037dedcde3dc2eaacd1f6ea49251 | |
parent | e9b06499124e57e3907ffccaea6e7cb9f9d82afa (diff) |
Move to HTTP for the moment
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |