feat: 💬 add feedback link to character page footer

This commit is contained in:
Sebin Nyshkim 2025-07-14 20:45:01 +02:00
parent e101c95588
commit 596cc3b82f
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -1,5 +1,6 @@
---
layout: base.webc
feedbackLink: https://cloud.sebin-nyshkim.net/apps/forms/s/eHjsosE9FB4fCpjBt4mbPfje
---
<popup-modal id="nsfw-warning" :open="isOpen">
@ -32,10 +33,13 @@ layout: base.webc
<footer>
<p>
Made with <a href="https://11ty.dev" target="_blank">11ty</a><br />
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; Sebin Nyshkim 2025</p>
<p>
&copy; <time @text="new Date().getFullYear()"></time> Sebin Nyshkim<br />
Got <a :href="feedbackLink" target="_blank">feedback</a>?
</p>
</footer>
</main>