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/components/single.html')
-rw-r--r--layouts/components/single.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/layouts/components/single.html b/layouts/components/single.html
index 189ba87..b20b51b 100644
--- a/layouts/components/single.html
+++ b/layouts/components/single.html
@@ -29,18 +29,18 @@
<div class="clearfix mt3">
{{ with .Params.yield }}
- <div class="sm-col sm-col-2">
- <h4 class="blue mt0 mb2 xs-center">{{ i18n "yields" }}: {{ . }}</h4>
+ <div class="sm-col sm-col-3">
+ <h4 class="blue mt0 mb2 xs-center">{{ i18n "yields" . }}</h4>
</div>
{{ end }}
{{ with .Params.prepTime }}
- <div class="sm-col sm-col-2">
- <h4 class="blue mt0 mb2 xs-center">{{ i18n "prepTime" }}: {{ . }}</h4>
+ <div class="sm-col sm-col-3">
+ <h4 class="blue mt0 mb2 xs-center">{{ i18n "prepTime" . }}</h4>
</div>
{{ end }}
{{ with .Params.cookTime }}
- <div class="sm-col sm-col-2">
- <h4 class="blue mt0 mb2 xs-center">{{ i18n "cookTime" }}: {{ . }}</h4>
+ <div class="sm-col sm-col-3">
+ <h4 class="blue mt0 mb2 xs-center">{{ i18n "cookTime" . }}</h4>
</div>
{{ end }}
</div>