{% if socials %} {% for social in socials %}
  • {% capture href %}{{ social.link }}{% endcapture %} {% capture classes %}{{ social.icon }} {% if showLabel == true %}{{ position | default: "icon--left" }}{% endif %}{% endcapture %} {% capture label %}{{ social.title }}{% endcapture %} {% render 'partials/components/link', showLabel: showLabel, label: label, href: href, class: classes, target: "_blank" %}
  • {% endfor %} {% if mail %}
  • {% capture href %}mailto:{{ mail }}{% endcapture %} {% capture classes %}icon-mail {% if showLabel == true %}{{ position | default: "icon--left" }}{% endif %}{% endcapture %} {% render 'partials/components/link', showLabel: showLabel, label: "Contactez moi par mail", href: href, class: classes, target: "_blank" %}
  • {% endif %} {% endif %}