{% 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 %} 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 %}
{% endif %}