From 3591af16e4188bda52451d8706370c195178d227 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Sat, 21 Mar 2026 16:52:48 +0100 Subject: [PATCH] fix: add missing data-open-panel attribute on home textes button The button was not opening the navigation panel because it lacked the data-open-panel="text" attribute that the JS click handler requires. Co-Authored-By: Claude Opus 4.6 --- site/templates/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/templates/home.php b/site/templates/home.php index 8b0d181..db83c91 100644 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -16,7 +16,7 @@ class="oggle-btn toggle-btn--left" >éditorial

- +