From 3294c0e44b937a991f09c6fb15e64223c09e056c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 2 Jul 2015 07:46:07 +0100 Subject: [PATCH] Added body class --- source/testimonials.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/testimonials.md b/source/testimonials.md index d76e3a6c..b448e878 100644 --- a/source/testimonials.md +++ b/source/testimonials.md @@ -56,6 +56,9 @@ testimonials:

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.

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.

--- +{% block body_classes %}page--testimonials{% endblock %} + +{% block content %} # Testimonials

Here are some examples of the nice things that clients and former colleagues have said.

@@ -71,3 +74,4 @@ testimonials: {{ testimonial.text|raw }} {% endfor %} +{% endblock %}