From 51eee75a90455dafcdc189a368465de4c0545733 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 24 Jun 2020 10:33:48 +0200 Subject: [PATCH] Feat: move HOME to links --- globalconf.py | 1 + theme/templates/base.html | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/globalconf.py b/globalconf.py index 0935fb4..2b4a4d4 100644 --- a/globalconf.py +++ b/globalconf.py @@ -8,6 +8,7 @@ DISPLAY_PAGES_ON_MENU = False DISPLAY_CATEGORIES_ON_MENU = False MENUITEMS = [ #("Dernières modifications", SITEURL+"blog_index.html"), + ("Accueil", "/"), ("Contenus de cours", "/pages/tout-sur-mes-cours.html"), ('blog', '/blog_index.html'), ('Opytex', "/opytex/"), diff --git a/theme/templates/base.html b/theme/templates/base.html index 648ca4e..66f1fed 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -126,8 +126,6 @@
{% if MAIN_MENU %}