mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Deleted the page headers
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
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";
|
||||
|
||||
type Props = {
|
||||
@ -20,7 +19,6 @@ const { description, title } = Astro.props;
|
||||
/>
|
||||
|
||||
<body>
|
||||
<Header />
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user