From 4cbf93a396eb81bde088d4f3a994b3dc242358ee Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 2 Jul 2015 07:18:32 +0100 Subject: [PATCH] Only show 5 testimonials --- source/testimonials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/testimonials.md b/source/testimonials.md index 147207d1..d9b09b36 100644 --- a/source/testimonials.md +++ b/source/testimonials.md @@ -57,7 +57,7 @@ testimonials: --- # Testimonials -{% for testimonial in page.testimonials %} +{% for testimonial in page.testimonials|slice(0,5) %}

{{ testimonial.name }}

{{ testimonial.role }} at {{ testimonial.company }}

{{ testimonial.text | raw }}