Etalab {% if site.data.footer.social %}
    {% for item in site.data.footer.social %}
  • {% endfor %}
{% endif %}
{% for item in site.data.footer.links %}
{% if item.label %}

{{ item.label}}

{% endif %}
    {% for link in item.children %} {% if link.target %} {% assign target = site.pages | where:"path",link.target | first %}
  • {{ link.label }}
  • {% elsif link.url %}
  • {{ link.label }}
  • {% endif %} {% endfor %}
{% endfor %}