fix: condition if testimonials are less than multiple of three
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
"{{ review.review }}"
|
"{{ review.review }}"
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if loop.index % 3 == 0 %} </div> </div> {% endif %}
|
{% if loop.index % 3 == 0 or loop.index == testimonials_table | length %} </div> </div> {% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user