forked from github/pelican
Added WITH_FUTURE_DATES settings, which if true treats future dated content as drafts.
This commit is contained in:
parent
082cc2a401
commit
dc22d2b131
2 changed files with 6 additions and 3 deletions
|
|
@ -21,6 +21,7 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'PDF_GENERATOR': False,
|
||||
'DEFAULT_CATEGORY': 'misc',
|
||||
'FALLBACK_ON_FS_DATE': True,
|
||||
'WITH_FUTURE_DATES': True,
|
||||
'CSS_FILE': 'main.css',
|
||||
'REVERSE_ARCHIVE_ORDER': False,
|
||||
'REVERSE_CATEGORY_ORDER': False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue