hacks-guide-minimal-mistake.../example/_pages/recipes-archive.html
2016-09-21 22:13:25 -04:00

12 lines
189 B
HTML
Executable file

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