diff options
author | breadcat | 2020-06-27 23:59:41 +0100 |
---|---|---|
committer | breadcat | 2020-06-27 23:59:41 +0100 |
commit | b16808e10675d9f73dd3d2cdc6000f3b60800f89 (patch) | |
tree | 67afa5138f4e4800e17160e8c23770b451368bd0 /content/recipes/_index.md | |
parent | e6a46071eb35595aadd4d6a0f5f0c33fa23fc5fa (diff) | |
download | blog.minskio.co.uk-b16808e10675d9f73dd3d2cdc6000f3b60800f89.tar.gz blog.minskio.co.uk-b16808e10675d9f73dd3d2cdc6000f3b60800f89.tar.bz2 blog.minskio.co.uk-b16808e10675d9f73dd3d2cdc6000f3b60800f89.zip |
Add recipes
Big thanks to https://github.com/damien1 for his help here
Diffstat (limited to 'content/recipes/_index.md')
-rw-r--r-- | content/recipes/_index.md | 48 |
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. |