Refactoring sidebar and adding footer

This commit is contained in:
2025-11-13 22:12:26 +13:00
parent 2812939ed3
commit b4cf4e88bc
6 changed files with 67 additions and 14 deletions

View File

@@ -12,6 +12,5 @@ import BaseHead from "./BaseHead.astro"
<main id="main" class="flex-1">
<slot />
</main>
<!-- <Footer /> -->
</body>
</html>