From 7b724fb00137d404453868721a5bb8a0ed5ba009 Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Mon, 19 Jan 2026 14:57:43 +0100 Subject: [PATCH] Active la barre de navigation fixe en haut --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 0ba9f7e..eb66117 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -18,7 +18,7 @@ logo_webp = true logo_text = "CHILL logo" # navbar fixed to top -navbar_fixed = false +navbar_fixed = true # theme-mode # available options [light/dark/system]