mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
change default value for DEFAULT_DATE to None
(was 'fs' => guess from file mtime)
This commit is contained in:
parent
d9fbb540c5
commit
fa82e19c1f
3 changed files with 2 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ Setting name (default value) What doe
|
|||
`DISPLAY_PAGES_ON_MENU` (``True``) Whether to display pages on the menu of the
|
||||
template. Templates may or not honor this
|
||||
setting.
|
||||
`DEFAULT_DATE` (``fs``) The default date you want to use.
|
||||
`DEFAULT_DATE` (``None``) The default date you want to use.
|
||||
If 'fs', Pelican will use the file system
|
||||
timestamp information (mtime) if it can't get
|
||||
date information from the metadata.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue