Modify carousel pagination on landing page

This commit is contained in:
Abner Coimbre
2025-04-03 02:48:53 -07:00
parent 32e3cc2fd4
commit 0613b46308

View File

@@ -117,7 +117,10 @@
</div> </div>
{{ end }} {{ end }}
</div> </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> <div class="testimonial-slider-pagination mt-9 flex items-center justify-center text-center"></div>
{{ end }}
</div> </div>
</div> </div>
</div> </div>