From 629f103f2074ba782e64ad3cc3251aa5ce23a33f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 28 Aug 2021 13:51:26 +0200 Subject: [PATCH] fdfd --- files/routes/static.py | 2 +- files/templates/default.html | 62 ++++++++++++++++----------------- files/templates/errors/502.html | 10 +++--- files/templates/errors/503.html | 4 +-- files/templates/header.html | 2 +- files/templates/settings.html | 2 +- files/templates/settings2.html | 2 +- files/templates/submit.html | 2 +- 8 files changed, 43 insertions(+), 43 deletions(-) diff --git a/files/routes/static.py b/files/routes/static.py index 96d6a3cf2..99b36584d 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}/ico.gif") + return send_file(f"./assets/images/{site_name}/icon.gif") @app.get("/api") @auth_desired diff --git a/files/templates/default.html b/files/templates/default.html index f03a6c1d9..dc972d6a9 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 d361cc89f..35cf37db5 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 78bb67fbb..06eccf626 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 9c4a18506..321afba5f 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 1ebfcba63..93deded5d 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 7257dc474..54af7e798 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 8fd902778..3012d61f8 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -234,7 +234,7 @@ - + {% include "emoji_modal.html" %} {% include "gif_modal.html" %}