diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2015-06-10 22:45:31 -0400 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2015-06-10 22:53:29 -0400 |
commit | 0d6a2f64bf6b14dc9e462b54f44108e15b140b85 (patch) | |
tree | 9662af10e226ceaa76cab41a46242f852606e5d7 /publishconf.py | |
parent | bd6b62736280f89511bf0fda29834191125bd2de (diff) | |
download | schiltknecht.org-0d6a2f64bf6b14dc9e462b54f44108e15b140b85.tar.gz schiltknecht.org-0d6a2f64bf6b14dc9e462b54f44108e15b140b85.tar.bz2 schiltknecht.org-0d6a2f64bf6b14dc9e462b54f44108e15b140b85.zip |
Changement domaine site
schiltknecht.fr -> schiltknecht.org
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' |