0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Deleted the footer of the pages

This commit is contained in:
2024-10-24 19:45:26 +00:00
parent 2aa8042e3d
commit ef6185eb00
2 changed files with 0 additions and 62 deletions

View File

@ -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;
<main>
<slot />
</main>
<Footer />
<Analytics title={title ?? import.meta.env.DEFAULT_TITLE} />
</body>
</html>