diff --git a/source/_includes/testimonials.html.twig b/source/_includes/testimonials.html.twig index 85ced0005..7eb7f12a2 100644 --- a/source/_includes/testimonials.html.twig +++ b/source/_includes/testimonials.html.twig @@ -2,7 +2,7 @@
@@ -15,10 +15,10 @@ {% if testimonial.url %} - {{ testimonial.name }}, {{ testimonial.title }} + {{ testimonial.name }} - {{ testimonial.title }} {% else %} - {{ testimonial.name }}, {{ testimonial.title }} + {{ testimonial.name }} - {{ testimonial.title }} {% endif %}