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 @@
- + {% if "gigachadlife" in request.host %} GigaChadLife {% elif 'pcm' not in request.host %} diff --git a/files/templates/settings.html b/files/templates/settings.html index 2d7e8809fc..70a4cc37c3 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -11,7 +11,7 @@ - + {% block pagetitle %}Settings - {{'SITE_NAME' | app_config}}{% endblock %} diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 5070bd2fbb..28d063068b 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -12,7 +12,7 @@ - + diff --git a/files/templates/submit.html b/files/templates/submit.html index 6f2920e98a..f72657d8ad 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -9,7 +9,7 @@ - + {% if request.host == 'pcmemes.net' %} {% set cc='Splash Mountain' %}