From 1d9ec2668e267191e145b1a2e47e0170a1b57b4a Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Mar 2020 04:17:34 +1000 Subject: [PATCH] fixed a silly issue caused by removing whitespace --- _layouts/recipe.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -%}