From ac13b83654812d18d1981fca1257642e2874925d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl=20=28xHyroM=29?= Date: Mon, 1 Jan 2024 20:48:15 +0100 Subject: [PATCH] feat: we can keep snow for some time... --- src/layouts/Layout.astro | 2 ++ 1 file changed, 2 insertions(+) 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 } = { +