diff --git a/files/routes/static.py b/files/routes/static.py index 99b36584db..96d6a3cf2e 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -98,7 +98,7 @@ def index(): @app.get("/assets/favicon.ico") def favicon(): - return send_file(f"./assets/images/{site_name}/icon.gif") + return send_file(f"./assets/images/{site_name}/ico.gif") @app.get("/api") @auth_desired diff --git a/files/templates/default.html b/files/templates/default.html index dc972d6a90..f03a6c1d99 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -829,7 +829,7 @@ - + {% block title %} {{'SITE_NAME' | app_config}} @@ -862,12 +862,12 @@ - - + + - - + + @@ -879,127 +879,127 @@ diff --git a/files/templates/errors/502.html b/files/templates/errors/502.html index 35cf37db5a..d361cc89f1 100644 --- a/files/templates/errors/502.html +++ b/files/templates/errors/502.html @@ -2,7 +2,7 @@ - + 502 Bad Gateway @@ -11,17 +11,17 @@ - + - - + + - + {% if v %} diff --git a/files/templates/errors/503.html b/files/templates/errors/503.html index 06eccf6269..78bb67fbbf 100644 --- a/files/templates/errors/503.html +++ b/files/templates/errors/503.html @@ -7,7 +7,7 @@ - + 503 Service Unavailable @@ -18,7 +18,7 @@ integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> - + diff --git a/files/templates/header.html b/files/templates/header.html index a0c151193e..9c4a18506c 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -4,7 +4,7 @@
- +
diff --git a/files/templates/settings.html b/files/templates/settings.html index 93deded5d8..1ebfcba632 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -47,7 +47,7 @@ - + {% block pagetitle %}Settings - {{'SITE_NAME' | app_config}}{% endblock %} diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 54af7e7980..7257dc4744 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -9,7 +9,7 @@ - + diff --git a/files/templates/submit.html b/files/templates/submit.html index 3012d61f86..8fd9027786 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -234,7 +234,7 @@ - + {% include "emoji_modal.html" %} {% include "gif_modal.html" %}