feat(legal): merge legal and credits page

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-14 14:48:13 +01:00
parent 9787e1a1d5
commit 83a7fc5cf8
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 9 additions and 14 deletions

View file

@ -14,7 +14,7 @@
{{template "body" .Data}}
</div>
<footer class="credits">
<p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p>
<p>Crafted by <a href="/legal" target="_blank">Anhgelus Morhtuuzh</a></p>
</footer>
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>