Trailing spaces
This commit is contained in:
parent
0c8ca8f8ac
commit
469c15e0a3
|
@ -70,7 +70,7 @@ testimonials:
|
||||||
{% for testimonial in page.testimonials|reverse|slice(0,5) %}
|
{% for testimonial in page.testimonials|reverse|slice(0,5) %}
|
||||||
<article class="testimonial">
|
<article class="testimonial">
|
||||||
<h2 class="testimonial__name">{{ testimonial.name }}</h2>
|
<h2 class="testimonial__name">{{ testimonial.name }}</h2>
|
||||||
|
|
||||||
{% if testimonial.role or testimonial.company %}{% spaceless %}
|
{% if testimonial.role or testimonial.company %}{% spaceless %}
|
||||||
<p>
|
<p>
|
||||||
{{ testimonial.role }} at
|
{{ testimonial.role }} at
|
||||||
|
@ -79,7 +79,7 @@ testimonials:
|
||||||
{% if testimonial.url %}</a>{% endif %}
|
{% if testimonial.url %}</a>{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% endspaceless %}{% endif %}
|
{% endspaceless %}{% endif %}
|
||||||
|
|
||||||
{{ testimonial.text|raw }}
|
{{ testimonial.text|raw }}
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue