Added body class

This commit is contained in:
Oliver Davies 2015-07-02 07:46:07 +01:00
parent a73cdf2dfc
commit 3294c0e44b

View file

@ -56,6 +56,9 @@ testimonials:
<p>Oliver is a skilled Drupal developer with a passion for the Drupal community. As his direct supervisor, I was able to watch Oliver grow with the Drupal Association and contribute an amazing amount of effort and integrity to all of his work.</p>
<p>Everything we have thrown at Oliver, he has approached with an open and flexible mind that has allowed him to work on a wide range of projects and features for Drupal products.</p>
---
{% block body_classes %}page--testimonials{% endblock %}
{% block content %}
# Testimonials
<p>Here are some examples of the nice things that clients and former colleagues have said.</p>
@ -71,3 +74,4 @@ testimonials:
{{ testimonial.text|raw }}
{% endfor %}
{% endblock %}