From 8ddb2edd31bd0692f5be36ffe585e01f61c5a586 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 3 Jul 2015 01:37:23 +0100 Subject: [PATCH] Indenting --- source/testimonials.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/source/testimonials.html b/source/testimonials.html index b247d718..3ccbcf7f 100644 --- a/source/testimonials.html +++ b/source/testimonials.html @@ -63,28 +63,28 @@ testimonials: {% block body_classes %}page--testimonials{% endblock %} {% block content %} -

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.

+

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|slice(0,5) %} -
-

{{ testimonial.name }}

+ {% for testimonial in page.testimonials|reverse|slice(0,5) %} +
+

{{ testimonial.name }}

- {% if testimonial.role or testimonial.company %}{% spaceless %} -

- {{ testimonial.role }} at - {% if testimonial.url %}{% endif %} - {{ testimonial.company }} - {% if testimonial.url %}{% endif %} -

- {% endspaceless %}{% endif %} + {% if testimonial.role or testimonial.company %}{% spaceless %} +

+ {{ testimonial.role }} at + {% if testimonial.url %}{% endif %} + {{ testimonial.company }} + {% if testimonial.url %}{% endif %} +

+ {% endspaceless %}{% endif %} - {% if testimonial.image %} - {{ testimonial.name }} - {% endif %} + {% if testimonial.image %} + {{ testimonial.name }} + {% endif %} - {{ testimonial.text|raw }} -
-{% endfor %} + {{ testimonial.text|raw }} +
+ {% endfor %} {% endblock %}