feat(image): custom background image
This commit is contained in:
parent
bbacda44f8
commit
8129d4f13d
4 changed files with 27 additions and 5 deletions
|
@ -9,11 +9,11 @@
|
|||
<link rel="stylesheet" href="{{getAssetPath "styles.css"}}" />
|
||||
{{template "opengraph-base" .SEO}}
|
||||
</head>
|
||||
<body>
|
||||
<body style="{{ .Data.GetBackgroundImage }}">
|
||||
{{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>
|
||||
<p><a href="{{ .Data.Legal.LegalInformationLink }}">Legal information</a></p>
|
||||
</div>
|
||||
<script type="module" src="{{getAssetPath "index.js"}}" defer></script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue