feat(credits): credits on all pages
This commit is contained in:
parent
892858567f
commit
a47b7fa697
3 changed files with 17 additions and 133 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue