feat: 💬 add feedback link to character page footer
This commit is contained in:
parent
e101c95588
commit
596cc3b82f
1 changed files with 6 additions and 2 deletions
|
@ -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>© Sebin Nyshkim 2025</p>
|
||||
<p>
|
||||
© <time @text="new Date().getFullYear()"></time> Sebin Nyshkim<br />
|
||||
Got <a :href="feedbackLink" target="_blank">feedback</a>?
|
||||
</p>
|
||||
</footer>
|
||||
</main>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue