{% if 'youtube' in theme.social %}
YouTube
{% endif %}
{% if 'x-twitter' in theme.social %}
X
{% endif %}
{% if 'linkedin' in theme.social %}
LinkedIn
{% endif %}
{% if 'github' in theme.social %}
GitHub
{% endif %}
{% if 'mastodon' in theme.social %}
Mastodon
{% endif %}