diff --git a/templates/partials/head.html b/templates/partials/head.html index 136c4e5..1602027 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -78,14 +78,16 @@ } - {% if section.path is defined and section.path == "/" %} + {% if section.path is defined and section.path == "/" and (paginator is undefined or + paginator.current_index == 1) %} {% if config.extra.profile.avatar_url %} {% endif %} - {% if config.extra.profile.social %} + {% if config.extra.profile.social and section.path == "/" and (paginator is undefined or + paginator.current_index == 1) %} {% for social in config.extra.profile.social %}