homepage fixes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
import "@picocss/pico";
|
||||
import "../styles/global.css";
|
||||
|
||||
import Header from "../components/Header.astro";
|
||||
@@ -25,7 +24,9 @@ const title = Astro.props.frontmatter
|
||||
</head>
|
||||
<body class="container">
|
||||
<Header />
|
||||
<slot />
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user