diff --git a/files/assets/browserconfig.xml b/files/assets/browserconfig.xml index a3b262a05..ea31723aa 100644 --- a/files/assets/browserconfig.xml +++ b/files/assets/browserconfig.xml @@ -2,7 +2,7 @@ - + #FF66AC diff --git a/files/assets/images/Drama/icon.webp b/files/assets/images/Drama/icon.webp index 0b0615849..c2fee4e98 100644 Binary files a/files/assets/images/Drama/icon.webp and b/files/assets/images/Drama/icon.webp differ diff --git a/files/routes/static.py b/files/routes/static.py index fd35707b4..493899585 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 0a076d429..cfc877437 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 4ffc098d6..16a524472 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -8,7 +8,7 @@