mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Do not activate the pagination by default
This commit is contained in:
parent
9f12721895
commit
fabc1f346e
2 changed files with 7 additions and 7 deletions
|
|
@ -30,7 +30,7 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'DATE_FORMATS': {},
|
||||
'JINJA_EXTENSIONS': [],
|
||||
'LOCALE': '', # default to user locale
|
||||
'WITH_PAGINATION': True,
|
||||
'WITH_PAGINATION': False,
|
||||
'DEFAULT_PAGINATION': 5,
|
||||
'DEFAULT_ORPHANS': 0,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue