Add image carousel yippie

This commit is contained in:
2025-11-14 14:06:06 +13:00
parent 4c4679725b
commit 6d752a4677
3 changed files with 98 additions and 27 deletions

View File

@@ -1,6 +1,7 @@
---
import BaseHead from "./BaseHead.astro"
import Sidebar from "@components/sidebar"
import Navbar from "@components/index/navbar"
import Footer from "@components/footer"
---
@@ -16,6 +17,13 @@ import Footer from "@components/footer"
<Sidebar>
<slot name="sidebar" />
</Sidebar>
<!-- <a href="/" class="b1-no-underline text-4xl">breadone dot net</a>
<Navbar/>
<div class="text-start mt-8">
<slot name="sidebar" />
</div> -->
<Footer/>
</div>