summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>."""