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

github.com/cowboysmall-tools/hugo-business-frontpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-06 03:06:22 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-06 03:06:22 +0300
commit17c5c0014850d78431a987a8a3d6761f905d89bb (patch)
tree612198289752a9838f0d6dcee83aee6a317f1627
parent80387c49688344b41979282e860375bcdf4b409b (diff)
made some changes to i18n ids
-rw-r--r--i18n/en.yaml4
-rw-r--r--layouts/partials/summary.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index cc7f9d6..d08e324 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -3,6 +3,6 @@
- id: contact
translation: Contact Us
- id: link
- translation: Find Out More!
-- id: more
translation: Call to Action
+- id: more
+ translation: Find Out More!
diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html
index adaebad..38f1e58 100644
--- a/layouts/partials/summary.html
+++ b/layouts/partials/summary.html
@@ -7,7 +7,7 @@
{{ range .Site.Params.summary.description.items }}
<p>{{ .description }}</p>
{{ end }}
- <a class="btn btn-primary btn-lg" href="{{ .Site.Params.summary.url }}">{{ i18n "more" }} &raquo;</a>
+ <a class="btn btn-primary btn-lg" href="{{ .Site.Params.summary.url }}">{{ i18n "link" }} &raquo;</a>
</div>
<div class="col-md-4 mb-5">