aboutsummaryrefslogtreecommitdiff
path: root/templates/base
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 13:50:19 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-13 13:50:19 +0100
commit498a4ef4ca892e76eeea6db123ef3fe982688f85 (patch)
tree4c59cde0f6d0dab00bbd46deb0e35dad4dbefb07 /templates/base
parentd9d7ab50c55fe913ec0460b88c6bb927c317858a (diff)
feat(links): legal info and credits in card
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/base.gohtml2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index 634459c..9d97934 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -15,8 +15,6 @@
</div>
<footer 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>
</footer>
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>