layout | title |
---|---|
default |
tools |
{% assign categories = site.data.tools.tools | map: 'category' | uniq | sort %}
{% for category in categories %} {% assign cat = site.data.tools.categories | where_exp: 'c', 'c.id == category' %}
{% assign tools = site.data.tools.tools | where_exp: 't', 't.category == category' %}
{% for t in tools %}
{% endfor %}
{% endfor %}