refactor: ♻️ move page footer into its own component
This commit is contained in:
parent
3d32dd4ef7
commit
3efb80f45b
2 changed files with 62 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
layout: base.webc
|
||||
feedbackLink: https://cloud.sebin-nyshkim.net/apps/forms/s/eHjsosE9FB4fCpjBt4mbPfje
|
||||
---
|
||||
|
||||
<popup-modal id="nsfw-warning" :open="isOpen">
|
||||
|
@ -32,16 +31,7 @@ feedbackLink: https://cloud.sebin-nyshkim.net/apps/forms/s/eHjsosE9FB4fCpjBt4mbP
|
|||
<template @raw="content" webc:nokeep></template>
|
||||
</page-content>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
Made with ❤️ and <a href="https://11ty.dev" target="_blank">11ty</a><br />
|
||||
Icons by <a href="https://fontawesome.com/">Font Awesome</a>
|
||||
</p>
|
||||
<p>
|
||||
© <time @text="new Date().getFullYear()"></time> Sebin Nyshkim<br />
|
||||
Got <a :href="feedbackLink" target="_blank">feedback</a>?
|
||||
</p>
|
||||
</footer>
|
||||
<page-footer></page-footer>
|
||||
</main>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue