implement mascots

This commit is contained in:
2024-06-17 22:29:52 +12:00
parent 2dbcc071a6
commit 846377b586
7 changed files with 63 additions and 2 deletions

View File

@ -59,6 +59,13 @@
</a>
</div>
</nav>
{% if prefs.mascot != "none" && prefs.mascot != "" %}
<!-- MASCOT -->
<div class="mascot">
<img src="/mascot/{{ prefs.mascot }}.png">
</div>
{% endif %}
<!-- MAIN CONTENT -->
{% block body %}