feat: move Footer out of main section
This commit is contained in:
parent
ef38c43ad0
commit
75d22dfb6d
4 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -55,9 +55,8 @@ import Footer from '../components/Footer.astro'
|
|||
</li-->
|
||||
<li>💬 Discord: ayoayco</li>
|
||||
</ul>
|
||||
|
||||
<Footer />
|
||||
</main>
|
||||
<Footer />
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -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="now/and-then/">Previously...</a></em>
|
||||
<Footer />
|
||||
</main>
|
||||
<Footer />
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
|
|
|
@ -75,8 +75,8 @@ import Card from '../components/Card.astro'
|
|||
body="Embed GitHub stats on your Astro page ✨"
|
||||
/>
|
||||
</ul>
|
||||
<Footer />
|
||||
</main>
|
||||
<Footer />
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue