{% macro social_icon_color(default_color) %}
{% if theme.colors.social %}
{{theme.colors.social}}
{% else %}
{{default_color}}
{% endif %}
{% endmacro %}
{% if theme.social %}
{% if 'youtube' in theme.social %}
{% endif %}
{% if 'x-twitter' in theme.social %}
{% endif %}
{% if 'linkedin' in theme.social %}
{% endif %}
{% if 'github' in theme.social %}
{% endif %}
{% if 'mastodon' in theme.social %}
{% endif %}
{% else %}
NO SOCIAL
{% endif %}