From 06083567247d15fec3d7620de995ca78911954c3 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 10 Apr 2026 12:12:07 +0200 Subject: fix: add missing matrix canvas element to hero section The matrix-rain.js script was looking for #matrix-canvas but the element was not being rendered in the hero template, causing the matrix rain animation to be invisible. Added the canvas element with data-mode="hero" attribute for proper sizing relative to the hero container. Co-Authored-By: Claude Haiku 4.5 --- layouts/_partials/hero.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/_partials/hero.html b/layouts/_partials/hero.html index 1be5f71..57d223d 100644 --- a/layouts/_partials/hero.html +++ b/layouts/_partials/hero.html @@ -1,4 +1,5 @@
+
welcome to
-- cgit v1.2.3