fix footer padding
This commit is contained in:
parent
f1d3b5e162
commit
f62d148b4e
5 changed files with 25 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
//import Header from "@components/Header.astro";
|
||||
import Footer from "@src/components/Footer.astro";
|
||||
import Head from "@config/Head.astro";
|
||||
import PreTheme from "@config/PreTheme.astro";
|
||||
|
||||
|
@ -20,6 +19,5 @@ const { title, description } = Astro.props;
|
|||
<body class="baselayout">
|
||||
<!--<Header />-->
|
||||
<slot />
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue