Modify carousel pagination on landing page
parent
32e3cc2fd4
commit
0613b46308
|
|
@ -117,7 +117,10 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<!-- Only show pagination if needed -->
|
||||
{{ if gt (len .Params.testimonials) 3 }}
|
||||
<div class="testimonial-slider-pagination mt-9 flex items-center justify-center text-center"></div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue