fix: add data-page attribute to body for page detection
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user