From 929b997c92e9fdadec7ba61c7848baeebaeecd95 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 4 Dec 2022 15:35:37 -0500 Subject: [PATCH] split ingredients and directions so they are not a 2 column setup ; flattened to 1 column --- themes/gochowdown/layouts/recipes/single.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/gochowdown/layouts/recipes/single.html b/themes/gochowdown/layouts/recipes/single.html index 7c2f00d..1ed8e9f 100644 --- a/themes/gochowdown/layouts/recipes/single.html +++ b/themes/gochowdown/layouts/recipes/single.html @@ -52,18 +52,20 @@ {{ end }} + - {{ if .Params.directions }} + {{ if .Params.directions }} +

{{ i18n "directions" }}

    - {{ range .Params.Directions }} + {{ range .Params.Directions }}
  • {{ with ( . | markdownify) }}{{ partial "recipe_item.html" . }}{{ end }}
  • {{ end }}
-
+
{{ end }}