• Home
  • {% for section in site.sections %} {% assign attr = section[0] %} {% assign label = section[1] %}
  • {{ label }}
      {% for page in site.categories[attr] %}
    • {{ page.title }}
    • {% endfor %}
  • {% endfor %}