From 7b8711cd216111d9a5039d512e4c13ba0dee0ef5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 22 Aug 2021 19:55:18 +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 b87c081b7..894c1af9a 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}/favicon.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 b1127d8eb..aea227094 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 cbab3d484..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 021be9ee6..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 31640e8d1..9191ac5b5 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 ed3629823..71d5f8bda 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 82697a882..6820aed28 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 315060425..0c7184ab2 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -234,7 +234,7 @@ - + {% include "emoji_modal.html" %} {% include "gif_modal.html" %}