Modify carousel pagination on landing page

main
Abner Coimbre 2025-04-03 02:48:53 -07:00
parent 32e3cc2fd4
commit 0613b46308
1 changed files with 3 additions and 0 deletions

View File

@ -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>