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
|
|
@ -32,7 +32,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'DEFAULT_DATE': 'fs',
|
||||
'WITH_FUTURE_DATES': True,
|
||||
'CSS_FILE': 'main.css',
|
||||
'REVERSE_ARCHIVE_ORDER': False,
|
||||
'REVERSE_ARCHIVE_ORDER': True,
|
||||
'REVERSE_CATEGORY_ORDER': False,
|
||||
'DELETE_OUTPUT_DIRECTORY': False,
|
||||
'ARTICLE_URL': '{slug}.html',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue