diff --git a/source/testimonials.md b/source/testimonials.md index 384db228..d82488d1 100644 --- a/source/testimonials.md +++ b/source/testimonials.md @@ -30,6 +30,7 @@ testimonials:
Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and confidentiality at all times.
- name: James Chapman + role: Director company: Development Done Right url: http://www.developmentdoneright.co.uk text: > @@ -59,6 +60,10 @@ testimonials: {% for testimonial in page.testimonials|reverse|slice(0,5) %}{{ testimonial.role }} at {{ testimonial.company }}
- {{ testimonial.text | raw }} + + {% if testimonial.role or testimonial.company %} +{{ testimonial.role }} at {{ testimonial.company }}
+ {% endif %} + + {{ testimonial.text|raw }} {% endfor %}