From f8b826a06a724963928dfef9c5cd90e933d303b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phanie=20Vilayphiou?= Date: Fri, 23 Jun 2017 14:44:41 +0200 Subject: [PATCH] =?UTF-8?q?MENU=5FITEMS=20doit=20=C3=AAtre=20dans=20pelica?= =?UTF-8?q?nconf.py=20et=20non=20dans=20publishconf.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 7 +++++++ publishconf.py | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 6f4ad2f1..986f0566 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -153,3 +153,10 @@ IGNORE_FILES = ["*.swo", "*.swp"] # STATIC_CHECK_IF_MODIFIED = True + +MENU_ITEMS = ( + ('La Balsamine', 'la-balsamine.html'), + ('Pratique', 'pratique.html'), + ('Billeterie', 'billeterie.html'), + ('Location', 'louer.html'), +) diff --git a/publishconf.py b/publishconf.py index c988a499..4bfadd8e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -24,10 +24,3 @@ DELETE_OUTPUT_DIRECTORY = True #DISQUS_SITENAME = "" #GOOGLE_ANALYTICS = "" - -MENU_ITEMS = ( - ('La Balsamine', 'la-balsamine.html'), - ('Pratique', 'pratique.html'), - ('Billeterie', 'billeterie.html'), - ('Location', 'louer.html'), -) -- 2.22.0