aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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>