From: Danilo M. Date: Thu, 16 Apr 2026 14:29:11 +0000 (+0200) Subject: fix: logo link now respects current language X-Git-Tag: release_22042026-1342~187 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=ab54b0ad3baed1fa8a764cdf74adcf4dc19160ee;p=danix.xyz-2.git fix: logo link now respects current language The header logo link was hardcoded to '/' which always returned to the English homepage when clicked from Italian pages. Now uses language-aware routing: IT pages link to /it/, EN pages link to / Co-Authored-By: Claude Haiku 4.5 --- diff --git a/themes/danix-xyz-hacker/layouts/partials/header.html b/themes/danix-xyz-hacker/layouts/partials/header.html index 8722e81..086dafd 100644 --- a/themes/danix-xyz-hacker/layouts/partials/header.html +++ b/themes/danix-xyz-hacker/layouts/partials/header.html @@ -1,7 +1,11 @@