From d6eb187e0b4d6c558d9069c64c77699fd8b5043d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 11 Aug 2013 19:17:28 +0200 Subject: New article on server hacking --- pelicanconf.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pelicanconf.py') 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' + } -- cgit v1.2.3