diff --git a/src/site/components/merger-social-sco.html b/src/site/components/merger-social-sco.html index 19af18c945..b51a96813b 100755 --- a/src/site/components/merger-social-sco.html +++ b/src/site/components/merger-social-sco.html @@ -6,129 +6,98 @@ See https://help.shopify.com/themes/liquid/tags/theme-tags#include {% endcomment %} - + {% for group in social %} - - {% if group.url != empty %} - - {% endif %} - - {% if group.subsections.length > 0 %} + + {% if group.url != empty %} + + {% endif %} - {% assign navPath = group.heading %} + {% if group.subsections.length > 0 %} - {% for subs in group.subsections %} + {% assign navPath = group.heading %} -
- {% if subs.subhead != empty %} -

{{ subs.subhead }}

- {% endif %} - +
- {% endif %} -
{% endfor %} -
+ + {% endif %} + + {% endfor %} +
\ No newline at end of file