feat: Add blank template and footer part
All checks were successful
Build Docker / Build Main Image (push) Successful in 18s
Build Docker / Build SLDs Image (push) Successful in 19s

This commit is contained in:
2023-11-18 17:56:08 +11:00
parent d5e9100634
commit 743a8d6916
9 changed files with 108 additions and 64 deletions

6
sites/parts/footer.html Normal file
View File

@@ -0,0 +1,6 @@
<div style="position: absolute;bottom: 10px;width: 100%;left:25px;">
<div style="display: inline-block; background: {{fg_colour}};border-radius: 50%;padding: 10px;">
<img src="{{hns_icon}}" width="50px" height="50px">
</div>
<p style="margin-left: 25px; display:inline; color:{{fg_colour}};">Powered by <a href="https://{{main_domain}}" target="_blank">ShakeCities</a></p>
</div>