Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import unicode_literals

AUTHOR = 'Divers auteurs'
SITENAME = "Pythons I/O"
SITENAME = "Python I/O"
SITETITLE = "Python I/O"
SITESUBTITLE = "Articles et news par des Pythonistas passionés"
SITEURL = ''
Expand All @@ -27,8 +27,8 @@

TIMEZONE = 'Europe/Paris'

# Translate to German.
DEFAULT_LANG = 'fr'
DEFAULT_DATE = 'fs'

DEFAULT_CATEGORY = 'Autres'

Expand Down