summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/recipes/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/recipes/single.html b/layouts/recipes/single.html
index 7919970..8362b88 100644
--- a/layouts/recipes/single.html
+++ b/layouts/recipes/single.html
@@ -81,6 +81,9 @@
<h2>Instructions</h2>
{{- range $i, $stage := .Params.stages }}
<h3>{{ $stage.label }}</h3>
+ {{- if $stage.notes }}
+ <p>{{ .notes }}</p>
+ {{- end }}
<ol>
{{- range $j, $step := $stage.steps }}
<li>