Skip to content

Commit

Permalink
remove header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 610a683 commit 80e7dc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layouts/PageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ const { metadata } = Astro.props;
---

<Layout metadata={metadata}>
<slot name="announcement">
<!--<slot name="announcement">
<Announcement />
</slot>
</slot>-->
<slot name="header">
<Header {...headerData} isSticky showRssFeed showToggleTheme />
</slot>
<main>
<slot />
</main>
<slot name="footer">
<!--<slot name="footer">
<Footer {...footerData} />
</slot>
</slot>-->
</Layout>

0 comments on commit 80e7dc8

Please sign in to comment.