From 9301c080f3858c536ca790d2a44c9925c318f9dc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 26 Oct 2015 18:53:16 +0000 Subject: [PATCH] Moved images --- source/testimonials.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig index 3754af34..29b99f7e 100644 --- a/source/testimonials.html.twig +++ b/source/testimonials.html.twig @@ -102,6 +102,10 @@ testimonials:

{{ testimonial.name }}

+ {% if testimonial.image %} + {{ testimonial.name }} + {% endif %} + {% if testimonial.role and not company.name %}

{{ testimonial.role }} @@ -117,10 +121,6 @@ testimonials:

{% endspaceless %}{% endif %} - {% if testimonial.image %} - {{ testimonial.name }} - {% endif %} - {{ testimonial.text|raw }}
{% endfor %}