From 237ae081dbade817f4a2033b6aa2d3cdeb15b8b2 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 15 Nov 2014 21:22:30 +0100 Subject: Moved typogrify as plugin --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index 8e5b2f4..a7030e4 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -36,7 +36,7 @@ STATIC_SAVE_AS=u'{path}' STATIC_PATHS = ['images', 'resources'] THEME = 'theme' -TYPOGRIFY = True +TYPOGRIFY = False TEMPLATE_PAGES = {'../extras/404.html': '404.html'} STATIC_PATHS = [ @@ -55,7 +55,7 @@ EXTRA_PATH_METADATA = { PLUGIN_PATHS = ['plugins'] #from pelican.plugins import related_posts -PLUGINS = ['related_posts'] +PLUGINS = ['related_posts', 'typogrify'] SUMMARY_MAX_LENGTH=100 -- cgit v1.2.3