From aec78e3a72db1307e69edfb4b43a03f2fe1fde3e Mon Sep 17 00:00:00 2001 From: Florent Lebreton Date: Tue, 13 Feb 2024 14:45:15 +0100 Subject: [PATCH] Fix menu --- pelicanconf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 4817bcf..8adac79 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -72,6 +72,12 @@ ("divers", "/fr/category/divers.html"), ("communauté", "/fr/category/communaute.html"), ), + 'MENUITEMS': ( + ('Archives', '/fr/archives.html'), + ('Catégories', '/fr/categories.html'), + ('EN', '/'), + ('FR', '/fr'), + ), 'DEFAULT_LANG': "fr" } }