diff --git a/templates/partials/head.html b/templates/partials/head.html
index 08220b535..a0216f901 100644
--- a/templates/partials/head.html
+++ b/templates/partials/head.html
@@ -5,12 +5,36 @@
{% set zolaVer = '0.13.0' %}
-
{% block title %}
{% if current_path == '/' %}
{{ config.title }}
-
+
+
+ {%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 }}