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 %}
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" %}