Use Mix and sass, simplify image directories and remove duplicates

This commit is contained in:
Oliver Davies 2018-05-18 21:41:26 +01:00
parent ad3bc4b0a2
commit ff29fdeb71
216 changed files with 2921 additions and 1096 deletions

View file

@ -72,9 +72,11 @@ testimonials:
<article class="listing-item">
{% if testimonial.image %}
<div class="float-right mb-4 ml-4">
<img src="{{ site.url }}/build/static/images/testimonials/{{ testimonial.image }}"
alt="{{ testimonial.name }}"
class="testimonial-image">
<img
src="{{ site.url }}/build/images/testimonials/{{ testimonial.image }}"
alt="{{ testimonial.name }}"
class="rounded-full w-24 h-24"
>
</div>
{% endif %}