Added role and company information
This commit is contained in:
parent
d87d9a9bd2
commit
23efa6b4c1
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue