Skip to content

Commit

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

0 comments on commit 4a90290

Please sign in to comment.