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