Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/recipes/single.html')
-rw-r--r--layouts/recipes/single.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/recipes/single.html b/layouts/recipes/single.html
index d09e5cc..5b0778f 100644
--- a/layouts/recipes/single.html
+++ b/layouts/recipes/single.html
@@ -27,6 +27,24 @@
<div class="sm-col-8 mx-auto" itemprop="description">{{.Content}}</div>
</div>
+ <div class="clearfix mt3">
+ {{ with .Params.yield }}
+ <div class="sm-col sm-col-2">
+ <h4 class="blue mt0 mb2 xs-center">Yields: {{ . }}</h4>
+ </div>
+ {{ end }}
+ {{ with .Params.prepTime }}
+ <div class="sm-col sm-col-2">
+ <h4 class="blue mt0 mb2 xs-center">Preparation time: {{ . }}</h4>
+ </div>
+ {{ end }}
+ {{ with .Params.cookTime }}
+ <div class="sm-col sm-col-2">
+ <h4 class="blue mt0 mb2 xs-center">Cooking time: {{ . }}</h4>
+ </div>
+ {{ end }}
+ </div>
+
<!-- call up recipe and directions -->
<div class="clearfix mt3">
<div class="sm-col sm-col-6 lg-col-6 recipeItems">