diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-08-11 19:17:28 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2014-05-12 22:37:58 +0200 |
commit | d6eb187e0b4d6c558d9069c64c77699fd8b5043d (patch) | |
tree | dbdc107d4ddf79b9e35e6626e50bbe35353da6ba /pelicanconf.py | |
parent | b9e22325bb46e2611a73e54a3f0ade31800d1bd9 (diff) |
New article on server hacking
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 9ded28c..1c3a1f6 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -58,3 +58,8 @@ PLUGIN_PATH = 'plugins' PLUGINS = ['related_posts'] SUMMARY_MAX_LENGTH=100 + +DOCUTILS_SETTINGS={ + "footnote_references":'superscript', + 'strip_comments': 'True' + } |