1
0
Fork 0
forked from github/pelican

Merge pull request #2319 from NicolasLM/patch-1

Replace deprecated "PAGES" variable by "pages"
This commit is contained in:
Justin Mayer 2018-03-29 12:34:59 -07:00 committed by GitHub
commit 04b0cfe50c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1058,7 +1058,7 @@ Ordering content
.. data:: PAGE_ORDER_BY = 'basename' .. 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'`` Options are same as ``ARTICLE_ORDER_BY``. The default value, ``'basename'``
will sort pages by their basename. will sort pages by their basename.