From 99141f7c547dbf3aa6af262bed169cd00cc4d19a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 22 Jan 2024 23:08:05 -0500 Subject: Projects page almost completed; Added archive site --- src/layouts/Page.astro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layouts') diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro index 9b8dd8f..b506628 100644 --- a/src/layouts/Page.astro +++ b/src/layouts/Page.astro @@ -8,6 +8,7 @@ const { title, description } = Astro.props;

{title}

{description}

+