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

github.com/themefisher/Hargo-hugo-ecommerce-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 5c9c873..9cd2e64 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -178,8 +178,8 @@
<a href="{{ .Permalink }}" class="h4">{{ .Title }}</a>
<p>{{ .Params.Description }}</p>
<div class="mb-4">
- <span class="lead text-primary">${{ .Params.Price }}</span>
- <s>${{ .Params.PriceBefore }}</s>
+ <span class="lead text-primary">{{ .Params.Price }} {{ site.Params.currencySimbol }}</span>
+ <s>{{ .Params.PriceBefore }} {{ site.Params.currencySimbol }}</s>
</div>
<button class="snipcart-add-item btn btn-sm btn-outline-primary" data-item-id="{{ .Params.ProductID }}"
data-item-name="{{ .Title }}" {{ range first 1 .Params.Images }} data-item-image="{{ .image | absURL }}"