mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Refactor Footer component and remove it from BaseLayout
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
---
|
||||
import Analytics from "../components/Analytics.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
import Head from "../components/Head.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
import "../scss/global.scss";
|
||||
@ -24,7 +23,6 @@ const { description, title } = Astro.props;
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
<Footer />
|
||||
<Analytics title={title ?? import.meta.env.DEFAULT_TITLE} />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user