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:02:24 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-06 03:02:24 +0300
commit80387c49688344b41979282e860375bcdf4b409b (patch)
tree0c742adb822ade338c1d9876c36416982eb7b0f5
parent98b48fbc3063f6e602171012ca21844c13e57b04 (diff)
made some changes to i18n ids
-rw-r--r--i18n/en.yaml8
-rw-r--r--layouts/partials/summary.html4
2 files changed, 6 insertions, 6 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 44f8a7d..cc7f9d6 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -1,8 +1,8 @@
-- id: description
+- id: about
translation: What We Do
- id: contact
translation: Contact Us
-- id: connect
- translation: Call to Action
-- id: more
+- id: link
translation: Find Out More!
+- id: more
+ translation: Call to Action
diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html
index fb0ced0..adaebad 100644
--- a/layouts/partials/summary.html
+++ b/layouts/partials/summary.html
@@ -2,12 +2,12 @@
<div class="row">
<div class="col-md-8 mb-5">
- <h2>{{ i18n "description" }}</h2>
+ <h2>{{ i18n "about" }}</h2>
<hr>
{{ range .Site.Params.summary.description.items }}
<p>{{ .description }}</p>
{{ end }}
- <a class="btn btn-primary btn-lg" href="{{ .Site.Params.summary.url }}">{{ i18n "connect" }} &raquo;</a>
+ <a class="btn btn-primary btn-lg" href="{{ .Site.Params.summary.url }}">{{ i18n "more" }} &raquo;</a>
</div>
<div class="col-md-4 mb-5">