3.8 KiB
3.8 KiB
layout | title | testimonials | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
default | 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.
{% for testimonial in page.testimonials|reverse|slice(0,5) %}
{{ testimonial.name }}
{% if testimonial.role or testimonial.company %}
{{ testimonial.role }} at {{ testimonial.company }}
{% endif %}{{ testimonial.text|raw }} {% endfor %} {% endblock %}