From 469c15e0a3934e95610ad73b2ab857329bd62a38 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 2 Jul 2015 08:44:30 +0100 Subject: [PATCH] Trailing spaces --- source/testimonials.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/testimonials.html b/source/testimonials.html index 755206bc..86ecff7b 100644 --- a/source/testimonials.html +++ b/source/testimonials.html @@ -70,7 +70,7 @@ testimonials: {% for testimonial in page.testimonials|reverse|slice(0,5) %}

{{ testimonial.name }}

- + {% if testimonial.role or testimonial.company %}{% spaceless %}

{{ testimonial.role }} at @@ -79,7 +79,7 @@ testimonials: {% if testimonial.url %}{% endif %}

{% endspaceless %}{% endif %} - + {{ testimonial.text|raw }}
{% endfor %}