mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
feat: we can keep snow for some time...
This commit is contained in:
parent
a42a50f757
commit
ac13b83654
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
import SEOEmbed from "@components/widgets/SEOEmbed.astro";
|
import SEOEmbed from "@components/widgets/SEOEmbed.astro";
|
||||||
|
import Snow from "@components/widgets/decorations/Snow.astro";
|
||||||
|
|
||||||
const { title, description, keywords, schemaOrg } = {
|
const { title, description, keywords, schemaOrg } = {
|
||||||
title: "xHyroM",
|
title: "xHyroM",
|
||||||
|
@ -41,6 +42,7 @@ const { title, description, keywords, schemaOrg } = {
|
||||||
</head>
|
</head>
|
||||||
<body class="overflow-x-hidden bg-dark-900 font-sans">
|
<body class="overflow-x-hidden bg-dark-900 font-sans">
|
||||||
<slot />
|
<slot />
|
||||||
|
<Snow />
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import "@scripts/menu.ts";
|
import "@scripts/menu.ts";
|
||||||
|
|
Loading…
Reference in a new issue