aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index b467220..9026f97 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -44,13 +44,15 @@ MAIN_MENU=False
COPYRIGHT_NAME="Sébastien Dailly"
DISABLE_URL_HASH=True
+
+
THEME_TEMPLATES_OVERRIDES = \
[ 'theme/custom' ]
LINKS= ( ("Git", "http://git.chimrod.com")
, )
-HOME_HIDE_TAGS=False
+HOME_HIDE_TAGS=True
I18N_TEMPLATES_LANG = "fr_FR"
LOCALE="fr_FR"