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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2022-01-26 01:32:23 +0300
committerGitHub <noreply@github.com>2022-01-26 01:32:23 +0300
commitf3a7e92a67d61372da0d5381dedea03e7fcc2f5b (patch)
treefd6b4fbfac262128c8cef397835bd6bd83507a00
parent8c16b42b24299f4987f68ae4f92848c3ee7fbc6a (diff)
Misspelings. (#342)
-rw-r--r--exampleSite/.hugo_build.lock0
-rw-r--r--exampleSite/config.toml10
-rw-r--r--layouts/partials/testimonials.html8
3 files changed, 9 insertions, 9 deletions
diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/.hugo_build.lock
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3588292..77849f7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -485,7 +485,7 @@ paginate = 10
slide_speed = 2000
pagination_speed = 1000
-[params.carouselTestimonals]
+[params.carouselTestimonials]
items = 4
auto_play = false
slide_speed = 2000
@@ -494,7 +494,7 @@ paginate = 10
[params.carouselHomepage]
# All carousel items are defined in their own files. You can find example items
# at 'exampleSite/data/carousel'.
- # For more informtion take a look at the README.
+ # For more information take a look at the README.
enable = true
auto_play = true
slide_speed = 2000
@@ -505,13 +505,13 @@ paginate = 10
cols = 3 # Default: 3, Available values 2,3,4,6
# All features are defined in their own files. You can find example items
# at 'exampleSite/data/features'.
- # For more informtion take a look at the README.
+ # For more information take a look at the README.
[params.testimonials]
enable = true
# All testimonials are defined in their own files. You can find example items
# at 'exampleSite/data/testimonials'.
- # For more informtion take a look at the README.
+ # For more information take a look at the README.
title = "Testimonials"
subtitle = "We have worked with many clients and we always like to hear they come out from the cooperation happy and satisfied. Have a look what our clients said about us."
@@ -527,7 +527,7 @@ paginate = 10
enable = true
# All clients are defined in their own files. You can find example items
# at 'exampleSite/data/clients'.
- # For more informtion take a look at the README.
+ # For more information take a look at the README.
title = "Our Clients"
subtitle = ""
diff --git a/layouts/partials/testimonials.html b/layouts/partials/testimonials.html
index e206217..a14b3b6 100644
--- a/layouts/partials/testimonials.html
+++ b/layouts/partials/testimonials.html
@@ -16,10 +16,10 @@
<!-- *** TESTIMONIALS CAROUSEL *** -->
<ul class="owl-carousel testimonials same-height-row"
- data-items="{{ default 4 .Site.Params.CarouselTestimonals.items }}"
- data-autoplay="{{ default false .Site.Params.CarouselTestimonals.auto_play }}"
- data-slide-speed="{{ default 2000 .Site.Params.CarouselTestimonals.slide_speed }}"
- data-pagination-speed="{{ default 1000 .Site.Params.CarouselTestimonals.pagination_speed }}">
+ data-items="{{ default 4 .Site.Params.CarouselTestimonials.items }}"
+ data-autoplay="{{ default false .Site.Params.CarouselTestimonials.auto_play }}"
+ data-slide-speed="{{ default 2000 .Site.Params.CarouselTestimonials.slide_speed }}"
+ data-pagination-speed="{{ default 1000 .Site.Params.CarouselTestimonials.pagination_speed }}">
{{ range .Site.Data.testimonials }}
<li class="item">
<div class="testimonial same-height-always">