From 30317f45be1975f035151c25441a568beec899cc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 14 Dec 2017 00:44:41 +0000 Subject: [PATCH] Add colour to role text --- source/testimonials.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig index 36942ce85..9f4ce72c0 100644 --- a/source/testimonials.html.twig +++ b/source/testimonials.html.twig @@ -82,7 +82,7 @@ testimonials:

{{ testimonial.name }}

{% if testimonial.role %} -
+
{{ testimonial.role|raw }}
{% endif %}