diff options
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py index e03bb1f..f27f40e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://www.schiltknecht.fr' +SITEURL = 'http://www.schiltknecht.org' RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml' |