{% if not section %} {% set section = page %} {% endif %}
{% for key, link in section.extra.socialLinks %} {{key}} {% if key == "Facebook" %} {% include "partials/icons/svgFacebookIcon.html" %} {% elif key == "Github" %} {% include "partials/icons/svgGithubIcon.html" %} {% elif key == "Github2" %} {% include "partials/icons/svgGithubIcon.html" %} {% elif key == "Instagram" %} {% include "partials/icons/svgInstagramIcon.html" %} {% elif key == "LinkedIn" %} {% include "partials/icons/svgLinkedInIcon.html" %} {% elif key == "Twitter" %} {% include "partials/icons/svgTwitterIcon.html" %} {% elif key == "Dribbble" %} {% include "partials/icons/svgDribbbleIcon.html" %} {% elif key == "Telegram" %} {% include "partials/icons/svgTelegram.html" %} {% endif %} {% endfor %}