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