From 660e2a7703ee682e7b370aa73dffb4de4238eb78 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 22 Jan 2023 02:37:46 -0500 Subject: [PATCH] Set configurable slots for header, footer and ad --- src/layouts/PageLayout.astro | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro index b93df4b..8a9a40b 100644 --- a/src/layouts/PageLayout.astro +++ b/src/layouts/PageLayout.astro @@ -16,10 +16,16 @@ const { meta } = Astro.props; --- - -
+ + + + +
+
-