Add colour to role text

This commit is contained in:
Oliver Davies 2017-12-14 00:44:41 +00:00 committed by GitHub
parent 8dde548272
commit 30317f45be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ testimonials:
<h2>{{ testimonial.name }}</h2>
{% if testimonial.role %}
<div>
<div class="text-grey-dark">
{{ testimonial.role|raw }}
</div>
{% endif %}