From 5911e0403af4ba94c43175791bc208ab81731f12 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Mar 2020 04:11:17 +1000 Subject: [PATCH] show recipe method --- _layouts/recipe.html | 1 + _layouts/subrecipe.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_layouts/recipe.html b/_layouts/recipe.html index 08492a4..cdb5565 100644 --- a/_layouts/recipe.html +++ b/_layouts/recipe.html @@ -26,3 +26,4 @@ layout: default {%- endif -%} {%- include ingredients.html -%} +{%- include method.html -%} diff --git a/_layouts/subrecipe.html b/_layouts/subrecipe.html index 15c3c52..639b2b5 100644 --- a/_layouts/subrecipe.html +++ b/_layouts/subrecipe.html @@ -1 +1,2 @@ {% include ingredients.html %} +{% include method.html %}