diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig index 29b99f7e..59837fc0 100644 --- a/source/testimonials.html.twig +++ b/source/testimonials.html.twig @@ -31,18 +31,21 @@ testimonials: text: >
Oliver is a great guy and really easy to work with. He really goes the extra mile to make sure the project is done properly. I would recommend him and will not hesitate to use him again in future.
+ draft: yes - name: Brian Hartwell text: >Oliver was great to work with. He has expert knowledge with Drupal and delivered exactly what we were looking for on time. He's understanding, friendly and easy to get along with. I would enjoy working with him again in the future.
+ draft: yes - name: Daniel Easterbrook text: >Oliver is seasoned Drupal and all round highly skilled and experienced web developer. I have worked with Oliver on an important project where he was reliable, prompt and ensured strict client deadline delivery and confidentiality at all times.
+ draft: yes - name: James Chapman role: Director @@ -96,7 +99,7 @@ testimonials:Here are some examples of the nice things that clients and former colleagues have said.
You can view more recommendations on my LinkedIn profile.
- {% for testimonial in page.testimonials|reverse %} + {% for testimonial in page.testimonials|reverse if not testimonial.draft %} {% set company = testimonial.company %}