Skip to content

Commit 94346e6

Browse files
committed
Update testimonials.html
1 parent aab5812 commit 94346e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/testimonials.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
{{ testimonial | json }}
33
{% if testimonials != null %}
44
<!-- Slider main container -->
5-
<div class="section section--carousel">
5+
<div class="section section--carousel" id="testimonials">
66
<h3 class="title">{{ site.data.settings.homepage_settings.testimonials.title }}</h3>
77
<hr/>
8-
<div id="testimonials-carousel-quotes" class="owl-carousel owl-theme">
8+
<div id="testimonials-carousel-quotes" class="owl-carousel owl-theme">
99
{% for testimonial in site.testimonials %}
1010
<figure class="testimonial-item item">
1111
<blockquote>
@@ -17,7 +17,7 @@ <h3 class="title">{{ site.data.settings.homepage_settings.testimonials.title }}<
1717
<h5>{{ testimonial.name }} <span> {{ testimonial.role }}</span></h5>
1818
</div>
1919
</figure>
20-
20+
2121
{% endfor %}
2222

2323
</div>

0 commit comments

Comments
 (0)