From b7bf52cca5147f90bbf41b74f384a6fae9895d78 Mon Sep 17 00:00:00 2001 From: Tom Doan Date: Mon, 23 Nov 2020 11:10:10 -0800 Subject: Fix typo: currencySimbol -> currencySymbol --- exampleSite/config.toml | 2 +- layouts/index.html | 4 ++-- layouts/products/list.html | 4 ++-- layouts/products/single.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 9c70c7b..80c49f6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -101,7 +101,7 @@ location = "Dhaka, Bangladedsh" copyright = "| Copyright © 2019 [Gethugothemes](https://gethugothemes.com) All Rights Reserved |" # Snipcart Credentials snipcartApiKey = "M2E5YjA3NjMtYzRiYS00YzVjLWEyYWYtNDY5ZDI0OWZhYjg5" -currencySimbol = "$" +currencySymbol = "$" # Preloader [params.preloader] diff --git a/layouts/index.html b/layouts/index.html index 9cd2e64..08245d5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -178,8 +178,8 @@ {{ .Title }}

{{ .Params.Description }}

- {{ .Params.Price }} {{ site.Params.currencySimbol }} - {{ .Params.PriceBefore }} {{ site.Params.currencySimbol }} + {{ .Params.Price }} {{ site.Params.currencySymbol }} + {{ .Params.PriceBefore }} {{ site.Params.currencySymbol }}