2016-03-04 21:45:30 -05:00
|
|
|
---
|
|
|
|
layout: archive
|
|
|
|
title: "Recipes Archive"
|
2016-03-04 22:57:12 -05:00
|
|
|
permalink: /recipes/
|
2016-03-04 21:45:30 -05:00
|
|
|
---
|
|
|
|
{% include absolute-url.liquid %}
|
|
|
|
{% include group-by-array.html collection=site.recipes field='categories' %}
|
|
|
|
|
|
|
|
{% for category in group_names %}
|
|
|
|
{% assign posts = group_items[forloop.index0] %}
|
|
|
|
<h3>{{ category }}</h3>
|
|
|
|
{% for post in posts %}
|
2016-03-05 21:29:39 -05:00
|
|
|
{% include post-single.html %}
|
2016-03-04 21:45:30 -05:00
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|