mirror of
https://github.com/adulau/photoblog.git
synced 2024-11-21 09:27:06 +00:00
Migration to version 8.0
This commit is contained in:
parent
d0eecff1c7
commit
bf0c7ff33c
1 changed files with 4 additions and 2 deletions
6
conf.py
6
conf.py
|
@ -184,8 +184,8 @@ TIMEZONE = "UTC+2"
|
|||
|
||||
# Date format used to display post dates.
|
||||
# (str used by datetime.datetime.strftime)
|
||||
DATE_FORMAT = '%Y-%m-%d'
|
||||
|
||||
#DATE_FORMAT = '%Y-%m-%d'
|
||||
DATE_FORMAT = 'YYYY-MM-dd'
|
||||
# While nikola can select a sensible locale for each language,
|
||||
# sometimes explicit control can come handy.
|
||||
# In this file we express locales in the string form that
|
||||
|
@ -838,6 +838,8 @@ LOGGING_HANDLERS = {
|
|||
# }
|
||||
}
|
||||
|
||||
IMAGE_FOLDERS = {'images': '.' }
|
||||
|
||||
# Templates will use those filters, along with the defaults.
|
||||
# Consult your engine's documentation on filters if you need help defining
|
||||
# those.
|
||||
|
|
Loading…
Reference in a new issue