diff --git a/_layouts/recipe.html b/_layouts/recipe.html index cdb5565..88a575a 100644 --- a/_layouts/recipe.html +++ b/_layouts/recipe.html @@ -20,7 +20,9 @@ layout: default {% for subrecipe in site.subrecipes -%} {%- if subrecipe.parents contains id -%}

{{ subrecipe.name }}

- {{ subrecipe.output }} +
+ {{ subrecipe.output }} +
{%- endif -%} {%- endfor -%} {%- endif -%}