diff --git a/templates/partials/head.html b/templates/partials/head.html
index 72058db..72b7589 100644
--- a/templates/partials/head.html
+++ b/templates/partials/head.html
@@ -31,6 +31,7 @@
}
+ {% if section.path is defined and section.path == "/" %}
{% if config.extra.profile.avatar_url %}
@@ -44,6 +45,8 @@
{% endfor %}
{% endif %}
+
+ {% endif %}