Skip to content

Commit

Permalink
fix: remove duplicate header
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Nov 18, 2022
1 parent b8c7966 commit 94c6792
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/docs/src/pages/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ const { Content, headings } = await renderEntry(post);
---

<MainLayout headings={headings} {...post.data}>
<h1>{post.data.title}</h1>
<Content />
</MainLayout>

0 comments on commit 94c6792

Please sign in to comment.