blog.minskio.co.uk

Content and theme behind minskio.co.uk
Log | Files | Refs

commit 078f1510c717d012848f76c0fa1b8ff1602f0b0c
parent 156062a7c0299395a0721f45f9bd7cff2fed5775
Author: breadcat <peter@minskio.co.uk>
Date:   Wed, 24 Jun 2020 15:25:08 +0100

Duplicated _index, oops

Diffstat:
Dcontent/recipes/index.md | 51---------------------------------------------------
1 file changed, 0 insertions(+), 51 deletions(-)

diff --git a/content/recipes/index.md b/content/recipes/index.md @@ -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