Skip to content

Commit

Permalink
remove empty slot
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent b99d674 commit a80e675
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/layouts/PageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ const { metadata } = Astro.props;
<slot name="header">
<Header {...headerData} isSticky isDark/>
</slot>
<main>
<slot />
</main>
<!--<slot name="footer">
<Footer {...footerData} />
</slot>-->
Expand Down

0 comments on commit a80e675

Please sign in to comment.