summaryrefslogtreecommitdiffstats
path: root/content/recipes
diff options
context:
space:
mode:
authorbreadcat2020-06-24 15:25:08 +0100
committerbreadcat2020-06-24 15:25:08 +0100
commit078f1510c717d012848f76c0fa1b8ff1602f0b0c (patch)
tree0959a933ca5bfca21535f22b4e4e08109af541cc /content/recipes
parent156062a7c0299395a0721f45f9bd7cff2fed5775 (diff)
downloadblog.minskio.co.uk-078f1510c717d012848f76c0fa1b8ff1602f0b0c.tar.gz
blog.minskio.co.uk-078f1510c717d012848f76c0fa1b8ff1602f0b0c.tar.bz2
blog.minskio.co.uk-078f1510c717d012848f76c0fa1b8ff1602f0b0c.zip
Duplicated _index, oops
Diffstat (limited to 'content/recipes')
-rw-r--r--content/recipes/index.md50
1 files changed, 0 insertions, 50 deletions
diff --git a/content/recipes/index.md b/content/recipes/index.md
deleted file mode 100644
index 410e5f1..0000000
--- a/content/recipes/index.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-layout: page
-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