mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
522ac12dc9
commit
2be58aa51a
5 changed files with 10 additions and 11 deletions
|
|
@ -160,9 +160,9 @@ Setting name (default value) what does it do?
|
|||
`DEFAULT_ORPHANS` (0) The minimum number of articles allowed on the
|
||||
last page. Use this when you don't want to
|
||||
have a last page with very few articles.
|
||||
`DEFAULT_PAGINATION` (5) The maximum number of articles to include on a
|
||||
page, not including orphans.
|
||||
`WITH_PAGINATION` (``False``) Activate pagination.
|
||||
`DEFAULT_PAGINATION` (False) The maximum number of articles to include on a
|
||||
page, not including orphans. False to disable
|
||||
pagination.
|
||||
================================================ =====================================================
|
||||
|
||||
Tag cloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue