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 %}