_layouts/fluo-1.2.html [11:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% for pcat in categories %}
{% for dcat in mydocs %}
{% if pcat == dcat.name %}
{% assign items = dcat.items | sort: 'order' %}
{% for item in items %}
{% endfor %}
{% endif %}
{% endfor %}
{% endfor %}
{% if page.category %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
_layouts/recipes-1.2.html [11:36]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% for pcat in categories %}
{% for dcat in mydocs %}
{% if pcat == dcat.name %}
{% assign items = dcat.items | sort: 'order' %}
{% for item in items %}
{% endfor %}
{% endif %}
{% endfor %}
{% endfor %}
{% if page.category %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -