From 000608284462bce3c7e570aff67d44a692364177 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 25 Apr 2022 17:27:11 -0500 Subject: [PATCH] Add placeholder layout elements --- src/layouts/default.astro | 52 +++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 13 deletions(-) diff --git a/src/layouts/default.astro b/src/layouts/default.astro index edb50b9..7c39622 100644 --- a/src/layouts/default.astro +++ b/src/layouts/default.astro @@ -9,22 +9,48 @@ const { } = Astro.props --- + - - - - { headTitle } + + { headTitle } + + - + + + + - + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +