diff --git a/allianceauth/authentication/templates/public/base.html b/allianceauth/authentication/templates/public/base.html
index b73cfd4d..39d9f520 100644
--- a/allianceauth/authentication/templates/public/base.html
+++ b/allianceauth/authentication/templates/public/base.html
@@ -1,24 +1,24 @@
{% load theme_tags %}
{% load static %}
-
+
+
-
-
-
-
-
-
-
+
+
+ {% include 'allianceauth/opengraph.html' %}
{% include 'allianceauth/icons.html' %}
+
{% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %}
{% theme_css %}
+
{% include 'bundles/fontawesome.html' %}
+ {% include 'bundles/auth-framework-css.html' %}
{% block extra_include %}
{% endblock %}
diff --git a/allianceauth/templates/allianceauth/base-bs5.html b/allianceauth/templates/allianceauth/base-bs5.html
index 8595ec49..3da6965a 100644
--- a/allianceauth/templates/allianceauth/base-bs5.html
+++ b/allianceauth/templates/allianceauth/base-bs5.html
@@ -12,11 +12,10 @@
-
-
-
+ {% include 'allianceauth/opengraph.html' %}
{% include 'allianceauth/icons.html' %}
+
{% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %}
{% theme_css %}
diff --git a/allianceauth/templates/allianceauth/opengraph.html b/allianceauth/templates/allianceauth/opengraph.html
new file mode 100644
index 00000000..bc960918
--- /dev/null
+++ b/allianceauth/templates/allianceauth/opengraph.html
@@ -0,0 +1,8 @@
+{% load static %}
+
+
+
+
+
+
+