Move images, copy with Encore

This commit is contained in:
Oliver Davies 2018-03-05 13:05:14 +00:00
parent c00f3acd09
commit e44ca92232
232 changed files with 309 additions and 61 deletions

View file

@ -72,7 +72,7 @@ testimonials:
<article class="listing-item">
{% if testimonial.image %}
<div class="float-right mb-4 ml-4">
<img src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}"
<img src="{{ site.url }}/build/static/images/testimonials/{{ testimonial.image }}"
alt="{{ testimonial.name }}"
class="testimonial-image">
</div>