feat: Add blank template and footer part
This commit is contained in:
6
sites/parts/footer.html
Normal file
6
sites/parts/footer.html
Normal 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>
|
||||
Reference in New Issue
Block a user