From a29098843d061317d0c5e69cef1e8927ce7bdd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 12 Mar 2024 10:37:50 -1000 Subject: [PATCH] Fix active menu item display The current menu item is not properly highlighted. --- _includes/nav.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index 0810202..8f4feba 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -12,13 +12,13 @@ {% if page.url contains link.url %} {% assign active = 'active' %} {% endif %} - {% endfor %}