12 lines
189 B
HTML
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 %}
|