summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2014-05-09 17:00:53 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2014-06-04 22:33:28 +0200
commit4dab34dd2bb38d753443e78f66ebc436202756d9 (patch)
tree0377e8ee534e9b97681c70bb388ea49a57b8cca8
parent5205d0752267e6ce9d6937133517946b25c67260 (diff)
downloadschiltknecht.org-4dab34dd2bb38d753443e78f66ebc436202756d9.tar.gz
schiltknecht.org-4dab34dd2bb38d753443e78f66ebc436202756d9.tar.bz2
schiltknecht.org-4dab34dd2bb38d753443e78f66ebc436202756d9.zip
Ajout CC-BY-SA dans le footer
-rw-r--r--pelicanconf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 590a857..47450cc 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -35,3 +35,6 @@ THEME = "./themes/dev-urandom"
# Static content to copy to output dir
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>."""