summaryrefslogtreecommitdiffstats
path: root/publishconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'publishconf.py')
-rw-r--r--publishconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py
index f920be9..e03bb1f 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -11,7 +11,7 @@ sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'http://www.schiltknecht.fr'
-RELATIVE_URLS = False
+RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'