mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
replace FALLBACK_ON_FS_DATE by DEFAULT_DATE
DEFAULT_DATE allows to specify any default date as a tuple in addition to the fallback on filesystem mtime check
This commit is contained in:
parent
b44ea53741
commit
36be150f20
2 changed files with 7 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'DISPLAY_PAGES_ON_MENU': True,
|
||||
'PDF_GENERATOR': False,
|
||||
'DEFAULT_CATEGORY': 'misc',
|
||||
'FALLBACK_ON_FS_DATE': True,
|
||||
'DEFAULT_DATE': 'fs',
|
||||
'WITH_FUTURE_DATES': True,
|
||||
'CSS_FILE': 'main.css',
|
||||
'REVERSE_ARCHIVE_ORDER': False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue