{% if site.footer_menu %}
{% for item in site.data[site.footer_menu] %}
{{ item.name }}
{% endfor %}
{% endif %}

Theme built by C.S. Rhymes