refactor: ♻️ move page footer into its own component

This commit is contained in:
Sebin Nyshkim 2025-07-19 00:50:53 +02:00
parent 3d32dd4ef7
commit 3efb80f45b
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0
2 changed files with 62 additions and 11 deletions

View file

@ -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>
&copy; <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>