mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Change default REVERSE_ARCHIVE_ORDER to true
Updated documentation and updated tests to reflect correct default order Fixes #304
This commit is contained in:
parent
f4ab1b2cd0
commit
79e480a894
10 changed files with 78 additions and 78 deletions
|
|
@ -364,7 +364,7 @@ Ordering content
|
|||
================================================ =====================================================
|
||||
Setting name (default value) What does it do?
|
||||
================================================ =====================================================
|
||||
`REVERSE_ARCHIVE_ORDER` (``False``) Reverse the archives list order. (True: orders by date
|
||||
`REVERSE_ARCHIVE_ORDER` (``True``) Reverse the archives list order. (True: orders by date
|
||||
in descending order, with newer articles first.)
|
||||
`REVERSE_CATEGORY_ORDER` (``False``) Reverse the category order. (True: lists by reverse
|
||||
alphabetical order; default lists alphabetically.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue