fix(style): footer doing weird things
This commit is contained in:
parent
81f8ee205b
commit
3c7a957b84
2 changed files with 20 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue