1
0
Fork 0
forked from github/pelican

Added WITH_FUTURE_DATES settings, which if true treats future dated content as drafts.

This commit is contained in:
Jökull Sólberg Auðunsson 2011-11-26 23:23:19 +00:00
commit dc22d2b131
2 changed files with 6 additions and 3 deletions

View file

@ -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,