From 2604cab500fa359cbeb106873f6e0ea19b798e2b Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 20 Jan 2024 13:49:26 -0500 Subject: Starting projects page --- src/layouts/Page.astro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/layouts/Page.astro (limited to 'src/layouts') diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro new file mode 100644 index 0000000..d2624c5 --- /dev/null +++ b/src/layouts/Page.astro @@ -0,0 +1,16 @@ +--- +import Layout from './Default.astro'; +--- + + +
+

Test

+

Description

+
+
+ + -- cgit v1.2.3