forked from github/pelican
Merge pull request #2319 from NicolasLM/patch-1
Replace deprecated "PAGES" variable by "pages"
This commit is contained in:
commit
04b0cfe50c
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