aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/Page.astro1
1 files changed, 1 insertions, 0 deletions
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;
<h1 class="header-text">{title}</h1>
<h2 class="header-text">{description}</h2>
</header>
+ <slot />
</Layout>
<style>