diff --git a/files/routes/static.py b/files/routes/static.py index 3a7f0d386..fdeed5979 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -241,7 +241,7 @@ def log_item(id, v): @app.get("/static/assets/favicon.ico") def favicon(): - return send_file(f"./assets/images/{site_name}/icon.webp?a=5") + return send_file(f"./assets/images/{site_name}/icon.webp?a=6") @app.get("/api") @auth_desired diff --git a/files/templates/default.html b/files/templates/default.html index 4f4115874..da5ac6b5a 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -40,7 +40,7 @@ - + {% block title %} {{'SITE_NAME' | app_config}} @@ -67,10 +67,10 @@ - + - - + + @@ -82,127 +82,127 @@ {% block fixedMobileBarJS %} diff --git a/files/templates/header.html b/files/templates/header.html index b941eca8a..713dc298c 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -8,7 +8,7 @@
- header icon + header icon {% 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 b1d25548f..8a4e010f2 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -12,7 +12,7 @@ - + {% block pagetitle %}Settings - {{'SITE_NAME' | app_config}}{% endblock %} diff --git a/files/templates/settings2.html b/files/templates/settings2.html index 348541c4b..bacc21fc3 100644 --- a/files/templates/settings2.html +++ b/files/templates/settings2.html @@ -13,7 +13,7 @@ - + diff --git a/files/templates/submit.html b/files/templates/submit.html index 1ab8fbe0c..5db6bc3be 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -10,7 +10,7 @@ - + {% if request.host == 'pcmemes.net' %} {% set cc='Splash Mountain' %}