minimal-mistakes/_pages/recipes-archive.html
2016-04-14 16:08:29 -04:00

12 lines
189 B
HTML

---
layout: archive
title: "Recipes"
permalink: /recipes/
author_profile: false
---
{% include base_path %}
{% for post in site.recipes %}
{% include archive-single.html %}
{% endfor %}