mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix PAGINATION_PATTERNS documentation example
The example for PAGINATION_PATTERNS is invalid and fails if someone would just copy and paste into their own `pelicanconf.py`. This should fix it.
This commit is contained in:
parent
7c2a7478d7
commit
1d6a5608eb
1 changed files with 1 additions and 1 deletions
|
|
@ -997,7 +997,7 @@ subsequent pages at ``.../page/2/`` etc, you could set ``PAGINATION_PATTERNS``
|
|||
as follows::
|
||||
|
||||
PAGINATION_PATTERNS = (
|
||||
(1, '{url}', '{save_as}`,
|
||||
(1, '{url}', '{save_as}'),
|
||||
(2, '{base_name}/page/{number}/', '{base_name}/page/{number}/index.html'),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue