diff --git a/pelicanconf.py b/pelicanconf.py index 6ce7ecf..0da152e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -22,6 +22,8 @@ 'images/favicon.png': {'path': 'favicon.png'}, } +DEFAULT_DATE_FORMAT = '%a. %d %B %Y' + SECTIONS = [ (u'Архив', 'archives.html'), (u'Метки', 'tags.html'),