add: html footer config

This commit is contained in:
trisua 2025-05-03 21:18:07 -04:00
parent 4af112d615
commit cf38022597
5 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{% if user %}
<script>
console.log("current user is {{ user.username }}");
</script>
{% endif %}

View file

@ -18,6 +18,7 @@ banned_usernames = [
"anonymous",
]
town_square = 166340372315581657
html_footer_path = "public/footer.html"
[security]
registration_enabled = true