From efcdd3df19abc46a40444a90d5e01398002b139b Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 19 Apr 2013 23:09:52 +0200 Subject: Set summary length to 100 instead of 50 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index b1898c3..9165b21 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -39,3 +39,5 @@ TYPOGRIFY = True from pelican.plugins import related_posts PLUGINS = [related_posts] + +SUMMARY_MAX_LENGTH=100 -- cgit v1.2.3