diff options
Diffstat (limited to 'examples/blog/src/components/BlogPost.astro')
-rw-r--r-- | examples/blog/src/components/BlogPost.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blog/src/components/BlogPost.astro b/examples/blog/src/components/BlogPost.astro index 65eed099d..e6a838404 100644 --- a/examples/blog/src/components/BlogPost.astro +++ b/examples/blog/src/components/BlogPost.astro @@ -23,6 +23,7 @@ const { title, author, publishDate, heroImage, alt } = Astro.props; <main> <slot /> </main> + </div> </article> </div> |