We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9415413 commit 2b0fc80Copy full SHA for 2b0fc80
1 file changed
pelicanconf.py
@@ -3,7 +3,7 @@
3
from __future__ import unicode_literals
4
5
AUTHOR = 'Divers auteurs'
6
-SITENAME = "Pythons I/O"
+SITENAME = "Python I/O"
7
SITETITLE = "Python I/O"
8
SITESUBTITLE = "Articles et news par des Pythonistas passionés"
9
SITEURL = ''
@@ -27,8 +27,8 @@
27
28
TIMEZONE = 'Europe/Paris'
29
30
+# Translate to German.
31
DEFAULT_LANG = 'fr'
-DEFAULT_DATE = 'fs'
32
33
DEFAULT_CATEGORY = 'Autres'
34
0 commit comments