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 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 feel free to email me: ayo[at]ayco.io
</p> </p>
<Footer />
</section> </section>
</main> </main>
<Footer />
</Layout> </Layout>
<style> <style>

View file

@ -55,9 +55,8 @@ import Footer from '../components/Footer.astro'
</li--> </li-->
<li>💬 Discord: ayoayco</li> <li>💬 Discord: ayoayco</li>
</ul> </ul>
<Footer />
</main> </main>
<Footer />
</Layout> </Layout>
<style> <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> <em><a href="https://nownownow.com/about">About now pages</a></em>
&middot; &middot;
<em><a href="now/and-then/">Previously...</a></em> <em><a href="now/and-then/">Previously...</a></em>
<Footer />
</main> </main>
<Footer />
</Layout> </Layout>
<style> <style>

View file

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