Standardise on CSS and image locations

This commit is contained in:
Oliver Davies 2015-12-02 08:19:36 +00:00
parent 3518826f5b
commit 2a4fa95b19
38 changed files with 12 additions and 12 deletions

View file

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