Show all testimonials
This commit is contained in:
parent
403858e831
commit
101471dd10
|
@ -96,7 +96,7 @@ testimonials:
|
|||
<p>Here are some examples of the nice things that clients and former colleagues have said.</p>
|
||||
<p>You can view more recommendations on my <a href="{{ site.linkedin.url }}">LinkedIn profile</a>.</p>
|
||||
|
||||
{% for testimonial in page.testimonials|reverse|slice(0,5) %}
|
||||
{% for testimonial in page.testimonials|reverse %}
|
||||
{% set company = testimonial.company %}
|
||||
|
||||
<article class="testimonial">
|
||||
|
|
Loading…
Reference in a new issue