aboutsummaryrefslogtreecommitdiff
path: root/templates/base/base.gohtml
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-09 22:58:32 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-09 22:58:32 +0100
commita47b7fa697b16c2d745e6b3fbc9a7d214280964b (patch)
tree894b1fd59e7d02959265937fa37f56c8f89835c3 /templates/base/base.gohtml
parent892858567f0b5bc8719801bacd1e81d4334c2c7e (diff)
feat(credits): credits on all pages
Diffstat (limited to 'templates/base/base.gohtml')
-rw-r--r--templates/base/base.gohtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index f8c6678..581c2b0 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -11,6 +11,10 @@
</head>
<body>
{{template "body" .Data}}
+ <div class="credits">
+ <p>Crafted by <a href="https://www.anhgelus.world/" target="_blank">Anhgelus Morhtuuzh</a></p>
+ <p><a href="/legal">Legal information</a></p>
+ </div>
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>
</html>