{% if get_config('linkedin_url','')|default %}
<a class="linkedin" target="_blank" href="{{ get_config('linkedin_url','') }}" aria-label="{{ 'go_to_website'|trans({'%sitename%': 'linkedin'}, 'custom')|html_entity_decode|raw}}">
<span aria-hidden="true" >{{ file_get_contents(asset('custom/social/footer-linkedin.svg', 'global'))|raw }}</span>
</a>
{% endif %}
{% if get_config('youtube_url','')|default %}
<a class="youtube" target="_blank" href="{{ get_config('youtube_url','') }}" aria-label="{{ 'go_to_website'|trans({'%sitename%': 'youtube'}, 'custom')|html_entity_decode|raw}}">
<span aria-hidden="true">{{ file_get_contents(asset('custom/social/footer-youtube.svg', 'global'))|raw }}</span>
</a>
{% endif %}
{% if get_config('instagram_url','')|default %}
<a class="instagram" target="_blank" href="{{ get_config('instagram_url','') }}" aria-label="{{ 'go_to_website'|trans({'%sitename%': 'instagram'}, 'custom')|html_entity_decode|raw}}">
<span aria-hidden="true">{{ file_get_contents(asset('custom/social/footer-instagram.svg', 'global'))|raw }}</span>
</a>
{% endif %}
{% if get_config('twitter_url','')|default %}
<a class="twitter" target="_blank" href="{{ get_config('twitter_url','') }}" aria-label="{{ 'go_to_website'|trans({'%sitename%': 'twitter'}, 'custom')|html_entity_decode|raw}}">
<span aria-hidden="true">{{ file_get_contents(asset('custom/social/footer-x.svg', 'global'))|raw }}</span>
</a>
{% endif %}
{% if get_config('facebook_url','')|default %}
<a class="facebook" target="_blank" href="{{ get_config('facebook_url','') }}" aria-label="{{ 'go_to_website'|trans({'%sitename%': 'facebook'}, 'custom')|html_entity_decode|raw}}">
<span aria-hidden="true"><i class="fab fa-facebook"></i></span>
</a>
{% endif %}
{% if get_config('pinterest_url','')|default %}
<a class="pinterest" target="_blank" href="{{ get_config('pinterest_url','') }}" aria-label="{{ 'go_to_website'|trans({'%sitename%': 'pintrest'}, 'custom')|html_entity_decode|raw}}">
<span><i class="fab fa-pinterest"></i></span>
</a>
{% endif %}
{% if get_config('tiktok','')|default %}
<a class="tiktok" target="_blank" href="{{ get_config('tiktok','') }}" aria-label="{{ 'go_to_website'|trans({'%sitename%': 'tiktoc'}, 'custom')|html_entity_decode|raw}}">
<span aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path d="M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z"/></svg></span>
</a>
{% endif %}