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

github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <bkishan@thoughtworks.com>2018-05-12 13:31:18 +0300
committerKishan B <bkishan@thoughtworks.com>2018-05-12 13:31:18 +0300
commit97d5c62caf76f6bf16446bdb8d83ef1901d38479 (patch)
tree0eb711d0e9aec4a012c7f19c2902a90f5821add2
parentb7f2a900377cc7011811e4e1598934deab590161 (diff)
Add content to product page
-rw-r--r--layouts/products/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/products/single.html b/layouts/products/single.html
index f84de9c..d7b8c2f 100644
--- a/layouts/products/single.html
+++ b/layouts/products/single.html
@@ -21,6 +21,7 @@
</div>
<div class="col-sm-12 col-md-6 d-sm-none d-md-block">
{{ partial "products/single/product-single-heading.html" . }}
+ <p>{{ .Content }}</p>
</div>
</div>
</article>