Standardise on CSS and image locations
This commit is contained in:
parent
3518826f5b
commit
2a4fa95b19
38 changed files with 12 additions and 12 deletions
|
@ -99,7 +99,7 @@ testimonials:
|
|||
<h2 class="testimonial__name">{{ testimonial.name }}</h2>
|
||||
|
||||
{% if testimonial.image %}
|
||||
<img class="testimonial__image" src="{{ site.url }}/images/testimonials/{{ testimonial.image }}" alt="{{ testimonial.name }}"/>
|
||||
<img class="testimonial__image" src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}" alt="{{ testimonial.name }}"/>
|
||||
{% endif %}
|
||||
|
||||
{% if testimonial.role and company.name is not defined %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue