Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 242 Bytes

index.md

File metadata and controls

13 lines (11 loc) · 242 Bytes

"First" Map Posts

    {% assign firstmap = site.firstmap | sort: 'order' %} {% for student in firstmap %} {% for post in student %}
  • {{ student }}
  • {% endfor %} {% endfor %}