fix(style): footer doing weird things

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-10 01:31:26 +01:00
parent 81f8ee205b
commit 3c7a957b84
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
2 changed files with 20 additions and 10 deletions

View file

@ -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>