diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3ffb472..3e04558 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -18,6 +18,7 @@ */ import SEOEmbed from "@components/widgets/SEOEmbed.astro"; +import Snow from "~/components/widgets/decorations/Snow.astro"; const { title, description, keywords, schemaOrg } = { title: "xHyroM", @@ -59,6 +60,7 @@ const { title, description, keywords, schemaOrg } = { +