--- title: Home layout: default ---
Showing {% if site.recipes_per_page > site.recipes.size %}{{ site.recipes_per_page}}{% else %}{{ site.recipes.size }}{% endif %} results.
{% include recipes.html %} {%- if site.recipes.size > 1 %}Recipes | {{ site.recipes.size }} |
Subrecipes | {{ site.subrecipes.size }} |
Authors | {{ site.recipes | map: "author" | uniq | size }} |
Average recipe steps | {{ steps_total | divided_by: recipes_size_float | round: 1 | replace: '.0', '' -}} |
Most ingredients (excluding subrecipes) | {{ most_ingredients.name }} ({{ most_ingredients.ingredients.size }} ingredients) |
Most steps (excluding subrecipes) | {{ longest_recipe.name }} ({{ longest_recipe.method.size }} steps) |