Hello!
I’m using Pipeline and I’m not sure how to edit the social icons to be opened in a new window..
I did those changes accordingly to these guidelines, but it’s not working (see screenshot).

Please help ![]()
Our current code is:
{% if section.settings.footer_social_enable %}
-
{%- assign social_accounts = 'Facebook, Twitter, Tiktok, Pinterest, Instagram, Snapchat, Tumblr, Linkedin, YouTube, Vimeo, Medium, ' | split: ', ' -%}
{%- for social in social_accounts -%}
{%- assign social_handle = social | handleize -%}
{% capture social_link %}social_{{ social_handle }}_link{% endcapture %}
- {% render 'social-icon' handle: social_handle %} {{ social }} {%- endif -%} {%- endfor -%}
{%- if settings[social_link] != blank -%}