diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8ce79a0..a027f80 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,6 @@ --- import SEOEmbed from "@components/widgets/SEOEmbed.astro"; +import Snow from "@components/widgets/decorations/Snow.astro"; const { title, description, keywords, schemaOrg } = { title: "xHyroM", @@ -41,6 +42,7 @@ const { title, description, keywords, schemaOrg } = { +