diff --git a/layout/_macro/sidebar.swig b/layout/_macro/sidebar.swig index fab8fa3f2..bbadbdf29 100644 --- a/layout/_macro/sidebar.swig +++ b/layout/_macro/sidebar.swig @@ -87,7 +87,9 @@ {% if theme.social_icons.enable %} {% endif %} - {{ name }} + {% if not theme.social_icons.icons_only %} + {{ name }} + {% endif %} {% endfor %}