summaryrefslogtreecommitdiff
path: root/examples/docs/src/layouts/Main.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/layouts/Main.astro')
-rw-r--r--examples/docs/src/layouts/Main.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/docs/src/layouts/Main.astro b/examples/docs/src/layouts/Main.astro
index e6f30faca..77407918a 100644
--- a/examples/docs/src/layouts/Main.astro
+++ b/examples/docs/src/layouts/Main.astro
@@ -218,6 +218,7 @@ editHref = `https://github.com/snowpackjs/astro/tree/main/examples/doc/src/pages
<div id="article">
<article class="content">
<main>
+ <h1>{content.title}</h1>
<slot />
</main>
<ArticleFooter />