From ef6185eb00b578c10034fe94be5131f0342a4d82 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 24 Oct 2024 19:45:26 +0000 Subject: Deleted the footer of the pages --- src/components/Footer.astro | 60 -------------------------------------------- src/layouts/BaseLayout.astro | 2 -- 2 files changed, 62 deletions(-) delete mode 100644 src/components/Footer.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro deleted file mode 100644 index 3dd3745..0000000 --- a/src/components/Footer.astro +++ /dev/null @@ -1,60 +0,0 @@ ---- -import { Icon } from "astro-icon/components"; -import dayjs from "dayjs"; ---- - - - - diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 4a4efe6..ca8826a 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,6 +1,5 @@ --- import Analytics from "../components/Analytics.astro"; -import Footer from "../components/Footer.astro"; import Head from "../components/Head.astro"; import "../scss/global.scss"; @@ -22,7 +21,6 @@ const { description, title } = Astro.props;
-