homepage fixes

This commit is contained in:
2023-01-07 15:06:08 -05:00
parent adcafdd951
commit dfb9ee79cb
17 changed files with 228 additions and 66 deletions
+3 -2
View File
@@ -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>