diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-19 23:09:52 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-19 23:09:52 +0200 |
commit | efcdd3df19abc46a40444a90d5e01398002b139b (patch) | |
tree | 2660933e0b88bce99f9ccedee377f494fbfc6e3f /pelicanconf.py | |
parent | 3fac0c48105cbc0e7f226e590802aaa7b80b46ba (diff) |
Set summary length to 100 instead of 50
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 2 |
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 |