summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-04-19 23:09:52 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-04-19 23:09:52 +0200
commitefcdd3df19abc46a40444a90d5e01398002b139b (patch)
tree2660933e0b88bce99f9ccedee377f494fbfc6e3f
parent3fac0c48105cbc0e7f226e590802aaa7b80b46ba (diff)
Set summary length to 100 instead of 50
-rwxr-xr-xpelicanconf.py2
1 files changed, 2 insertions, 0 deletions
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