Added role and company information

This commit is contained in:
Oliver Davies 2015-07-02 07:17:11 +01:00
parent d87d9a9bd2
commit 23efa6b4c1

View file

@ -59,5 +59,6 @@ testimonials:
{% for testimonial in page.testimonials %} {% for testimonial in page.testimonials %}
<h2>{{ testimonial.name }}</h2> <h2>{{ testimonial.name }}</h2>
<p>{{ testimonial.role }} at {{ testimonial.company }}</p>
{{ testimonial.text | raw }} {{ testimonial.text | raw }}
{% endfor %} {% endfor %}