From bcf42b61db4c57d03599326eea8d7d8a3bb7c016 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 1 Apr 2026 08:29:45 +0200 Subject: [PATCH] Add projects dropdown menu in navigation Replace flat nav links with a dropdown listing all project pages. --- templates/base.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index c6d86070d..81f75ffc8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,9 +25,22 @@