mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Clarify that 'fs' date setting is a string
This commit is contained in:
parent
3c514266dd
commit
8aa9a9329e
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ Setting name (followed by default value, if any)
|
|||
template. Templates may or not honor this
|
||||
setting.
|
||||
``DEFAULT_DATE = None`` The default date you want to use.
|
||||
If ``fs``, Pelican will use the file system
|
||||
If ``'fs'``, Pelican will use the file system
|
||||
timestamp information (mtime) if it can't get
|
||||
date information from the metadata.
|
||||
If set to a tuple object, the default datetime object will instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue