forked from github/pelican
Support last page pattern in PAGINATION_PATTERNS
This commit is contained in:
parent
659c4cbf0f
commit
89a31141ff
3 changed files with 38 additions and 2 deletions
|
|
@ -1067,6 +1067,11 @@ as follows::
|
|||
)
|
||||
|
||||
|
||||
If you want a pattern to apply to the last page in the list, use ``-1``
|
||||
as the ``minimum_page`` value::
|
||||
|
||||
(-1, '{base_name}/last/', '{base_name}/last/index.html'),
|
||||
|
||||
Translations
|
||||
============
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue