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 %}
-
{% for tool in tools %}
{% if tool.subjects contains area.slug %}
- {{ tool.title }} Edit
- {{ tool.description }} {% endif %} {% endfor %}