Add footnotes to pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-11 09:52:42 -06:00
parent 3ebd457582
commit 1cbc57ba89
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
8 changed files with 69 additions and 16 deletions

View file

@ -133,9 +133,6 @@
<yield></yield>
</div>
</div>
<div style="background-color: #484848;">
<p style="font-size: 8pt;">Copyright, The SANDWICH™ 2025 ©®☺ⓖⓨⓐⓣⓣ</p>
</div>
</center>
<style>

View file

@ -17,4 +17,11 @@
<hr style="margin: 0">
<div id="tab-content" role="tabpanel" class="tab-content">
<yield></yield>
</div>
<div id="footer">
<hr class="footnotes-sep">
<section class="footnotes">
<slot:footer></slot:footer>
<p>Copyright, The SANDWICH™ 2025 ©®☺ⓖⓨⓐⓣⓣ</p>
</section>
</div>