1
0
Fork 0
forked from github/pelican

Remove WITH_PAGINATION, only have a DEFAULT_PAGINATION setting

DEFAULT_PAGINATION can be set to False instead of using WITH_PAGINATION
This commit is contained in:
Kyle Fuller 2011-12-22 13:56:36 +00:00
commit 2be58aa51a
5 changed files with 10 additions and 11 deletions

View file

@ -38,8 +38,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'DATE_FORMATS': {},
'JINJA_EXTENSIONS': [],
'LOCALE': '', # default to user locale
'WITH_PAGINATION': False,
'DEFAULT_PAGINATION': 5,
'DEFAULT_PAGINATION': False,
'DEFAULT_ORPHANS': 0,
'DEFAULT_METADATA': (),
'FILES_TO_COPY': (),