aboutsummaryrefslogtreecommitdiff
path: root/templates/base
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 00:58:29 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 00:58:29 +0100
commit7d6f278ebf42442e3909eb326be5a7c8ba20412a (patch)
treea8a024cae60436437d790a889c59e0b212ba17c5 /templates/base
parent6a177e466334086b26689429e3da5a8bfba449de (diff)
feat(legal): credits page
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/base.gohtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index 003eab1..8546d67 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -14,6 +14,7 @@
<div class="credits">
<p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p>
<p><a href="{{ .Data.Legal.LegalInformationLink }}">Legal information</a></p>
+ <p><a href="/credits">Credits</a></p>
</div>
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>