mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Replace deprecated "PAGES" variable by "pages"
This commit is contained in:
parent
81b7e7481f
commit
557e614083
1 changed files with 1 additions and 1 deletions
|
|
@ -1058,7 +1058,7 @@ Ordering content
|
|||
|
||||
.. data:: PAGE_ORDER_BY = 'basename'
|
||||
|
||||
Defines how the pages (``PAGES`` variable in the template) are sorted.
|
||||
Defines how the pages (``pages`` variable in the template) are sorted.
|
||||
Options are same as ``ARTICLE_ORDER_BY``. The default value, ``'basename'``
|
||||
will sort pages by their basename.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue