mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge 8735350245 into 1592a45db8
This commit is contained in:
commit
d7aac6b900
5 changed files with 76 additions and 2 deletions
|
|
@ -488,6 +488,12 @@ Setting name (default value) What does it do?
|
|||
`DEFAULT_PAGINATION` (``False``) The maximum number of articles to include on a
|
||||
page, not including orphans. False to disable
|
||||
pagination.
|
||||
|
||||
`TEMPLATE_PAGINATION` (``{}``) A dictionary used to set per-template pagination,
|
||||
used when you wish different templates to have
|
||||
a specific number of articles per page.
|
||||
For example: ``{'index': 10}``
|
||||
|
||||
`PAGINATION_PATTERNS` A set of patterns that are used to determine advanced
|
||||
pagination output.
|
||||
================================================ =====================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue