diff --git a/_includes/footer.html b/_includes/footer.html index f6aeab2..1d53431 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,25 +3,21 @@ {% if site.data.footer-links %} {% endif %} {% if site.data.social-media %}
{% assign sm = site.data.social-media %} +  |  {% for entry in sm %} {% assign key = entry | first %} {% if sm[key].id %} - {{sm[key].link}} - {% if key != 'instagram' %} -  |  - {% endif %} + {{sm[key].link}} |  {% endif %} {% endfor %}