Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 664 Bytes

index.md

File metadata and controls

24 lines (23 loc) · 664 Bytes
title slug layout type
Tools
index
links
index

{% assign subjectAreas = site.pages | where:'type','subject' | sort:"sort" %} {% assign tools = site.pages | where:'type','tool' | sort:"name" %} {% for area in subjectAreas %}

{{ area.title }}

{% for tool in tools %} {% if tool.subjects contains area.slug %}
{{ tool.title }} Edit
{{ tool.description }}
{% endif %} {% endfor %}
{% endfor %}