From bf0c7ff33cacaad7ca030c7530e65b6c2e3dafa3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 23 Sep 2018 13:06:04 +0200 Subject: [PATCH] Migration to version 8.0 --- conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 75284c4..a0f3e15 100755 --- a/conf.py +++ b/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.