trying this

This commit is contained in:
Laker Turner 2025-03-22 08:57:53 +00:00
parent e142e6b38f
commit a20dc1ee0b
No known key found for this signature in database
18 changed files with 170 additions and 81 deletions

View file

@ -6,7 +6,7 @@ import Footer from "~/components/ui/Footer.astro";
const { title, description, icon, date } = Astro.props;
---
<Layout>
<Layout title={title} description={description} date={date}>
<div>
<Header />
<main>