chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df354b7
)
Better locale name for date formatting.
author
gotchafr
<gotchafr@users.noreply.github.com>
Sat, 4 Nov 2017 12:58:54 +0000
(13:58 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Sat, 4 Nov 2017 12:58:54 +0000
(13:58 +0100)
site/pelicanconf.py
patch
|
blob
|
history
diff --git
a/site/pelicanconf.py
b/site/pelicanconf.py
index aab3a21766b5162ce4759e587f1a408809774786..327487382c0f1650aa7dc76c2f70bdcfe0c90fe6 100644
(file)
--- a/
site/pelicanconf.py
+++ b/
site/pelicanconf.py
@@
-41,7
+41,7
@@
PAGE_PATHS = ['']
TIMEZONE = 'Europe/Prague'
DEFAULT_LANG = 'en'
-DATE_FORMATS = {'en': ('en_US', '%b %d %Y')}
+DATE_FORMATS = {'en': ('en_US
.UTF-8
', '%b %d %Y')}
# Feed generation is usually not desired when developing
FEED_ATOM = None