aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2016-03-08 19:19:44 +0100
committerSébastien Dailly <sebastien@chimrod.com>2016-03-08 19:19:44 +0100
commitf75cf3857bf19f5923ef409573b16adff7fe0abb (patch)
treedc267993ad10c541bbe30cba5ae735dcb931bf84 /pelicanconf.py
parent3c122e41923640978ed8408659ecabdda220ba16 (diff)
Do not force http in link
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index c31ac2c..57a0940 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -3,7 +3,7 @@
AUTHOR = u'Chimrod'
SITENAME = u'Chimrod'
-SITEURL = 'http://localhost:8000'
+SITEURL = '//localhost:8000'
TIMEZONE = 'Europe/Paris'