hacks-guide-minimal-mistake.../test/_pages/recipes-archive.html
2018-01-17 12:48:19 -05:00

10 lines
164 B
HTML

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