{% macro social_icon_color(default_color) %}
{% if theme.colors.social %}
{{theme.colors.social}}
{% else %}
{{default_color}}
{% endif %}
{% endmacro %}
{% if theme.social.youtube %}
{% endif %}
{% if theme.social.twitter %}
{% endif %}
{% if theme.social.linkedin %}
{% endif %}
{% if theme.social.github %}
{% endif %}
{% if theme.social.mastodon %}
{% endif %}