From 58ec2d8777507bea49f349cbfce7afdd97f9d467 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 14 Jun 2015 03:11:43 +0100 Subject: [PATCH] Stop everything being rendered as code Going back to two spaces - four spaces kept getting changed into code. --- source/testimonials.md | 58 +++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/source/testimonials.md b/source/testimonials.md index 802ee37d..ed6d1d72 100644 --- a/source/testimonials.md +++ b/source/testimonials.md @@ -2,42 +2,42 @@ layout: default title: Testimonials testimonials: - - name: Ed Welsby - role: Senior Developer - company: Proctor & Stevenson - url: http://www.proctors.co.uk - text: > -

Oliver was great to work with, he has a solid knowledge of the various aspects of web development and never minded helping me out with Linux commands!

+ - name: Ed Welsby + role: Senior Developer + company: Proctor & Stevenson + url: http://www.proctors.co.uk + text: > +

Oliver was great to work with, he has a solid knowledge of the various aspects of web development and never minded helping me out with Linux commands!

- - name: Brian Healy - company: Tincan - url: http://tincan.co.uk - text: > -

Oliver was fantastic to work with - pro-active and highly responsive, he worked well remotely and as part of a project team. His understanding of the project requirement(s) and ability to translate it into working code was essential and he delivered.

+ - name: Brian Healy + company: Tincan + url: http://tincan.co.uk + text: > +

Oliver was fantastic to work with - pro-active and highly responsive, he worked well remotely and as part of a project team. His understanding of the project requirement(s) and ability to translate it into working code was essential and he delivered.

- - 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.

+ - 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.

- - 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.

+ - 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.

- - name: James Chapman - company: Development Done Right - url: http://www.developmentdoneright.co.uk - text: > -

We used Oliver on a number of occasions throughout 2012 and I have to say we've been delighted with his work. His skills working with Drupal are excellent particularly with custom module development and we wouldn't hesitate to recommend him others.

+ - name: James Chapman + company: Development Done Right + url: http://www.developmentdoneright.co.uk + text: > +

We used Oliver on a number of occasions throughout 2012 and I have to say we've been delighted with his work. His skills working with Drupal are excellent particularly with custom module development and we wouldn't hesitate to recommend him others.

- - name: Marlon Duncanson - company: Hypergroup Limited - url: http://www.hypergroup.com - 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.

+ - name: Marlon Duncanson + company: Hypergroup Limited + url: http://www.hypergroup.com + 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.

--- # Testimonials {% for testimonial in page.testimonials %} -

{{ testimonial.name }}

- {{ testimonial.text | raw }} +

{{ testimonial.name }}

+ {{ testimonial.text | raw }} {% endfor %}