Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 416 Bytes

File metadata and controls

20 lines (19 loc) · 416 Bytes
layout default
title Site Map
permalink /site-map/
    {% for categoryGroup in site.navigation %} {% for category in categoryGroup.categories %}
  • {{ category.name }}
  • {% endfor %} {% endfor %}