summaryrefslogtreecommitdiffstats
path: root/content/recipes/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/recipes/_index.md')
-rw-r--r--content/recipes/_index.md48
1 files changed, 2 insertions, 46 deletions
diff --git a/content/recipes/_index.md b/content/recipes/_index.md
index 410e5f1..a2fa7c4 100644
--- a/content/recipes/_index.md
+++ b/content/recipes/_index.md
@@ -1,50 +1,6 @@
---
-layout: page
+layout: recipes
title: Recipes
---
-A personal archive of ketogenic recipes, straight to the point, using metric measurements with slight tweaks
-
-# Meals:
-<ul>
- {% for recipe in site.pages %}
- {% if recipe.type == 'recipe_meal' %}
- <li>
- <a href="{{ recipe.url }}">{{recipe.title}}</a>
- </li>
- {% endif %}
- {% endfor %}
-</ul>
-
-# Snacks:
-<ul>
- {% for recipe in site.pages %}
- {% if recipe.type == 'recipe_snack' %}
- <li>
- <a href="{{ recipe.url }}">{{recipe.title}}</a>
- </li>
- {% endif %}
- {% endfor %}
-</ul>
-
-# Breads
-<ul>
- {% for recipe in site.pages %}
- {% if recipe.type == 'recipe_bread' %}
- <li>
- <a href="{{ recipe.url }}">{{recipe.title}}</a>
- </li>
- {% endif %}
- {% endfor %}
-</ul>
-
-# Desserts
-<ul>
- {% for recipe in site.pages %}
- {% if recipe.type == 'recipe_dessert' %}
- <li>
- <a href="{{ recipe.url }}">{{recipe.title}}</a>
- </li>
- {% endif %}
- {% endfor %}
-</ul> \ No newline at end of file
+A personal archive of ketogenic recipes, straight to the point, using metric measurements with slight tweaks.