From 3e568636ea564606abddcd05288d06e036a5efe4 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 11:40:47 +0200 Subject: feat: add active state highlight to desktop nav links Apply same active-page detection logic used in hamburger menu to desktop navigation. Desktop nav now shows purple accent color + bold font and aria-current=page attribute when viewing the linked page. Works for both EN and IT languages. --- themes/danix-xyz-hacker/layouts/partials/header.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/themes/danix-xyz-hacker/layouts/partials/header.html b/themes/danix-xyz-hacker/layouts/partials/header.html index 739c776..914e645 100644 --- a/themes/danix-xyz-hacker/layouts/partials/header.html +++ b/themes/danix-xyz-hacker/layouts/partials/header.html @@ -12,8 +12,15 @@