Skip to content

Commit 2b0fc80

Browse files
authored
Modified settings for french (#7)
* Corrected a typo in pelicanconf.py
1 parent 9415413 commit 2b0fc80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pelicanconf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import unicode_literals
44

55
AUTHOR = 'Divers auteurs'
6-
SITENAME = "Pythons I/O"
6+
SITENAME = "Python I/O"
77
SITETITLE = "Python I/O"
88
SITESUBTITLE = "Articles et news par des Pythonistas passionés"
99
SITEURL = ''
@@ -27,8 +27,8 @@
2727

2828
TIMEZONE = 'Europe/Paris'
2929

30+
# Translate to German.
3031
DEFAULT_LANG = 'fr'
31-
DEFAULT_DATE = 'fs'
3232

3333
DEFAULT_CATEGORY = 'Autres'
3434

0 commit comments

Comments
 (0)