There was an error while loading. Please reload this page.
1 parent aab5812 commit 94346e6Copy full SHA for 94346e6
1 file changed
_includes/testimonials.html
@@ -2,10 +2,10 @@
2
{{ testimonial | json }}
3
{% if testimonials != null %}
4
<!-- Slider main container -->
5
-<div class="section section--carousel">
+<div class="section section--carousel" id="testimonials">
6
<h3 class="title">{{ site.data.settings.homepage_settings.testimonials.title }}</h3>
7
<hr/>
8
- <div id="testimonials-carousel-quotes" class="owl-carousel owl-theme">
+ <div id="testimonials-carousel-quotes" class="owl-carousel owl-theme">
9
{% for testimonial in site.testimonials %}
10
<figure class="testimonial-item item">
11
<blockquote>
@@ -17,7 +17,7 @@ <h3 class="title">{{ site.data.settings.homepage_settings.testimonials.title }}<
17
<h5>{{ testimonial.name }} <span> {{ testimonial.role }}</span></h5>
18
</div>
19
</figure>
20
-
+
21
{% endfor %}
22
23
0 commit comments