summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-17 11:33:15 +0200
committerDanilo M. <danix@danix.xyz>2026-04-17 11:33:15 +0200
commit77e4202027f75cfb1dcea21f6e0d1e7372348c91 (patch)
tree3ee80eeb8b4c0c05649a6101df703bdbb2a89d08 /themes
parent0cef9784d9367a1dcd7b72e97333bb9ae98386b1 (diff)
downloaddanixxyz-77e4202027f75cfb1dcea21f6e0d1e7372348c91.tar.gz
danixxyz-77e4202027f75cfb1dcea21f6e0d1e7372348c91.zip
fix: correct Alpine.js x-init syntax for article data initialization
Diffstat (limited to 'themes')
-rw-r--r--themes/danix-xyz-hacker/layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/layouts/404.html b/themes/danix-xyz-hacker/layouts/404.html
index beb0b89..9d5fb68 100644
--- a/themes/danix-xyz-hacker/layouts/404.html
+++ b/themes/danix-xyz-hacker/layouts/404.html
@@ -15,7 +15,7 @@ window.articlesData = [
</script>
<main class="min-h-screen px-4 py-12">
- <div class="mx-auto px-4 py-12 max-w-4xl border border-border glow-accent rounded-lg bg-bg p-8" x-data="notFoundPage()" @notFoundPage:init="init()">
+ <div class="mx-auto px-4 py-12 max-w-4xl border border-border glow-accent rounded-lg bg-bg p-8" x-data="notFoundPage()" x-init="init()">
<div class="text-center">
<!-- 404 Heading -->
<h1 class="text-7xl md:text-8xl font-bold text-accent mb-4 animate-fade-in">