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 %}