Add image carousel yippie
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user