From 2be9dd40a099542c73b2f0fa5d683a44883be9b9 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 20 Apr 2026 14:10:58 +0200 Subject: fix: add x-data directive to search button for Alpine.js binding Search icon button was missing x-data attribute, preventing Alpine.js from processing @click directive. Added minimal x-data to enable event dispatching. Co-Authored-By: Claude Haiku 4.5 --- themes/danix-xyz-hacker/layouts/partials/header.html | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/danix-xyz-hacker') diff --git a/themes/danix-xyz-hacker/layouts/partials/header.html b/themes/danix-xyz-hacker/layouts/partials/header.html index 63151ba..739c776 100644 --- a/themes/danix-xyz-hacker/layouts/partials/header.html +++ b/themes/danix-xyz-hacker/layouts/partials/header.html @@ -23,6 +23,7 @@