aaaaaa
This commit is contained in:
parent
5f63527955
commit
f51dc7e078
31 changed files with 331 additions and 88 deletions
|
@ -3,6 +3,16 @@ 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";
|
||||
|
||||
interface Props {
|
||||
title: string,
|
||||
description: string,
|
||||
icon?: string,
|
||||
date?: Date,
|
||||
back?: string,
|
||||
backLabel?: string
|
||||
}
|
||||
|
||||
const { title, description, icon, date, back, backLabel } = Astro.props;
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue