summaryrefslogtreecommitdiff
path: root/src/layouts/Page.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/Page.astro')
-rw-r--r--src/layouts/Page.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro
index bc7a095..145a7d6 100644
--- a/src/layouts/Page.astro
+++ b/src/layouts/Page.astro
@@ -9,7 +9,7 @@ const { title } = Astro.props;
---
<Layout title={title}>
- <main id="main">
+ <main>
<slot />
</main>
</Layout>