diff --git a/templates/partials/head.html b/templates/partials/head.html
index a0216f901..3c2fe63d6 100644
--- a/templates/partials/head.html
+++ b/templates/partials/head.html
@@ -13,32 +13,34 @@
{%if section.title%}
{{ section.title }}
-
+
{%endif%}
{%if page.title%}
{{ page.title }}
-
+
{%endif%}
{%if section.extra.imgPath %}
-
+
{%endif%}
{%if page.extra.imgPath%}
-
+
{%endif%}
{%if section.description%}
-
+
{%endif%}
{%if page.description%}
-
+
{%endif%}
{% else %}
{% if section.title %}{{ section.title }} • {% endif %}{% if page.title %}{{ page.title }} • {% endif %}{{ config.title }}
{% endif %}
+
+
{% endblock title %}