diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig index d7f2cf45..3754af34 100644 --- a/source/testimonials.html.twig +++ b/source/testimonials.html.twig @@ -102,8 +102,12 @@ testimonials:

{{ testimonial.name }}

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

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

+ {{ testimonial.role }} +

+ {% elseif testimonial.role and company.name %}{% spaceless %} +

{{ testimonial.role }} at {% if company.url %} {{ company.name }}