{% if site.footer_links %} {% for link in site.footer_links %}
  • {{ link.first }}
  • {% endfor %} {% endif %}
    {% if site.footer_social %} {% for link in site.footer_social %}
  • {% endfor %} {% endif %}
    {% if site.footer_bottom_links %} {% for link in site.footer_bottom_links %}
  • {{ link.first }}
  • {% endfor %} {% endif %}