change default value for DEFAULT_DATE to None

(was 'fs' => guess from file mtime)
This commit is contained in:
Bruno Binet 2012-11-24 00:26:46 +01:00
commit fa82e19c1f
3 changed files with 2 additions and 3 deletions

View file

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