{% for section in site.data.menu %}

{{ section[0] }}

    {% for link in section[1] %}
  • {{ link[0] }}
  • {% endfor %}
{% endfor %}

PHPFlasher Navigation

{% for section in site.data.menu %}

{{ section[0] }}

    {% for link in section[1] %}
  • {{ link[0] }}
  • {% endfor %}
{% endfor %}