aboutsummaryrefslogtreecommitdiff
path: root/templates/base/base.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/base.gohtml')
-rw-r--r--templates/base/base.gohtml8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index 8546d67..634459c 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -10,12 +10,14 @@
{{template "opengraph-base" .SEO}}
</head>
<body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}">
- {{template "body" .Data}}
- <div class="credits">
+ <div class="center">
+ {{template "body" .Data}}
+ </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>
- </div>
+ </footer>
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
</body>
</html>