Skip to content

Commit

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

0 comments on commit 5282466

Please sign in to comment.