diff --git a/custom/themes/lib_unb_ca/templates/page--front.html.twig b/custom/themes/lib_unb_ca/templates/page--front.html.twig
index e1c2481c..0fc078d0 100644
--- a/custom/themes/lib_unb_ca/templates/page--front.html.twig
+++ b/custom/themes/lib_unb_ca/templates/page--front.html.twig
@@ -150,31 +150,33 @@ set banner_classes = [
{% block content %}
-
- {{ page.breadcrumb }}
-
-
-
- UNB Libraries
- {{ page.content }}
-
-
- {% if page.sidebar_first %}
-
-
-
- {% endif %}
- {% if page.sidebar_second %}
-
-
-
- {% endif %}
+
+ {{ page.breadcrumb }}
+
+
+
+
+ UNB Libraries
+ {{ page.content }}
+
+ {% if page.sidebar_first %}
+
+
+
+ {% endif %}
+ {% if page.sidebar_second %}
+
+
+
+ {% endif %}
+
+
{% endblock %}