1
0
Fork 0
forked from github/pelican

Pagination added for index and tag/category pages

This commit is contained in:
Laureline Guerin 2011-02-14 16:24:54 +01:00
commit 4111acd1c1
6 changed files with 164 additions and 8 deletions

View file

@ -30,6 +30,9 @@ _DEFAULT_CONFIG = {'PATH': None,
'DATE_FORMATS': {},
'JINJA_EXTENSIONS': [],
'LOCALE': '', # default to user locale
'WITH_PAGINATION': True,
'DEFAULT_PAGINATION': 5,
'DEFAULT_ORPHANS': 0,
}
def read_settings(filename):