From d4a6772ec51ef955fc6cacd3ad6830c0d87657b1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 13 Sep 2024 00:06:02 +0000 Subject: Refactor Footer component and add Analytics and Footer components to BaseLayout --- src/components/Footer.astro | 49 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/components/Footer.astro (limited to 'src/components') diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..1219a35 --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,49 @@ +--- +import dayjs from "dayjs"; +--- + + + + -- cgit v1.2.3