{% set social_data = load_data(path="data/social-media.yml") %}
{% for key, value in config.extra.author %} {% if social_data[key] %} {% set sm = social_data[key] %} {% endif %} {% endfor %}