Don’t limit testimonies

Torey Heinz committed Mar 27, 2018
commit 1241adbbe6661423f258df40b3fca403faaccf72
Showing 1 changed file with 2 additions and 2 deletions
app/views/snippets/testimonials.liquid +2 -2
@@ @@ -1,6 +1,6 @@
{% assign testimonial_list = contents.testimonials.all | shuffle %}
- {% for testimonial in testimonial_list limit:10 %}
- <p class="callout offwhite">
+ {% for testimonial in testimonial_list %}
+ <p class="callout offwhite">
{{ testimonial.content }}<br>
-- <strong>{{ testimonial.who }}</strong>
</p>