diff --git a/_includes/footer.html b/_includes/footer.html index 1d53431..b541a30 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -14,6 +14,18 @@
{% assign sm = site.data.social-media %}  |  + {% for entry in sm %} + {% assign key = entry | first %} + {% if sm[key].id %} + {{sm[key].link}} |  + {% endif %} + {% endfor %} +
+ {% endif %} + {% if site.data.social-media-old %} +
+ {% assign sm = site.data.social-media-old %} +  |  {% for entry in sm %} {% assign key = entry | first %} {% if sm[key].id %}