fix: add data-page attribute to body for page detection

This commit is contained in:
2026-03-04 16:08:23 -08:00
parent 756187f8d5
commit 1f17d44ee2

View File

@@ -12,7 +12,7 @@
<link rel="stylesheet" href="/styles.css"> <link rel="stylesheet" href="/styles.css">
</head> </head>
<body> <body data-page="{{pageName}}">
<!-- Animated background particles --> <!-- Animated background particles -->
<div class="bg-particles" aria-hidden="true"></div> <div class="bg-particles" aria-hidden="true"></div>