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/layouts/BaseLayout.astro | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/layouts') 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;
-