OKAY LETS GOOOOO
This commit is contained in:
parent
befda49b7e
commit
3c62bdd713
11 changed files with 79 additions and 28 deletions
|
@ -3,14 +3,14 @@ import Layout from "~/layouts/Base.astro";
|
|||
import Header from "~/components/ui/Header.astro";
|
||||
import Strapline from "~/components/ui/Strapline.astro";
|
||||
import Footer from "~/components/ui/Footer.astro";
|
||||
const { title, description, icon, date } = Astro.props;
|
||||
const { title, description, icon, date, back, backLabel } = Astro.props;
|
||||
---
|
||||
|
||||
<Layout title={title} description={description} date={date}>
|
||||
<div>
|
||||
<Header />
|
||||
<main class="pr-48 lg:pl-1">
|
||||
<Strapline title={title} description={description} icon={icon} date={date} />
|
||||
<Strapline title={title} description={description} icon={icon} date={date} back={back} backLabel={backLabel} />
|
||||
<slot />
|
||||
</main>
|
||||
<Footer />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue