From d4c9d04269a38ad81941f58b33f8af6861787836 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 12 Dec 2021 21:26:09 +0200 Subject: [PATCH] fsdfds --- files/routes/static.py | 2 +- files/templates/default.html | 58 +++++++++++++++++----------------- files/templates/header.html | 2 +- files/templates/settings.html | 2 +- files/templates/settings2.html | 2 +- files/templates/submit.html | 2 +- 6 files changed, 34 insertions(+), 34 deletions(-) diff --git a/files/routes/static.py b/files/routes/static.py index fd35707b4d..493899585c 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -212,7 +212,7 @@ def log_item(id, v): @app.get("/assets/favicon.ico") def favicon(): - return send_file(f"./assets/images/{site_name}/icon.webp") + return send_file(f"./assets/images/{site_name}/icon.webp?v=5") @app.get("/api") @auth_desired diff --git a/files/templates/default.html b/files/templates/default.html index 0a076d429f..cfc8774378 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -21,7 +21,7 @@ - + {% block title %} {{'SITE_NAME' | app_config}} @@ -48,10 +48,10 @@ - + - - + + @@ -63,127 +63,127 @@ {% block fixedMobileBarJS %} diff --git a/files/templates/header.html b/files/templates/header.html index 4ffc098d6d..16a524472c 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -8,7 +8,7 @@