feat: move Footer out of main section

This commit is contained in:
Ayo Ayco 2025-06-21 10:49:15 +02:00
parent ef38c43ad0
commit 75d22dfb6d
4 changed files with 4 additions and 5 deletions

View file

@ -39,9 +39,9 @@ const description = 'Have you tried turning it off and on again?'
If you still feel this is a mistake that I can fix on my end, please
feel free to email me: ayo[at]ayco.io
</p>
<Footer />
</section>
</main>
<Footer />
</Layout>
<style>

View file

@ -55,9 +55,8 @@ import Footer from '../components/Footer.astro'
</li-->
<li>💬 Discord: ayoayco</li>
</ul>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -22,8 +22,8 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
<em><a href="https://nownownow.com/about">About now pages</a></em>
&middot;
<em><a href="now/and-then/">Previously...</a></em>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -75,8 +75,8 @@ import Card from '../components/Card.astro'
body="Embed GitHub stats on your Astro page ✨"
/>
</ul>
<Footer />
</main>
<Footer />
</Layout>
<style>