add: html footer config
This commit is contained in:
parent
4af112d615
commit
cf38022597
5 changed files with 35 additions and 3 deletions
5
example/public/footer.html
Normal file
5
example/public/footer.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% if user %}
|
||||
<script>
|
||||
console.log("current user is {{ user.username }}");
|
||||
</script>
|
||||
{% endif %}
|
|
@ -18,6 +18,7 @@ banned_usernames = [
|
|||
"anonymous",
|
||||
]
|
||||
town_square = 166340372315581657
|
||||
html_footer_path = "public/footer.html"
|
||||
|
||||
[security]
|
||||
registration_enabled = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue