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 /pelicanconf.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 'pelicanconf.py')
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index f8af145..3661260 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -28,4 +28,4 @@ THEME = "./themes/dev-urandom" STATIC_PATHS = ['static'] # Footer text - License -FOOTER_TEXT = """This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://schiltknecht.fr" property="cc:attributionName" rel="cc:attributionURL">Audric Schiltknecht</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.""" +FOOTER_TEXT = """This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://schiltknecht.org" property="cc:attributionName" rel="cc:attributionURL">Audric Schiltknecht</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.""" |