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

@ -5,7 +5,7 @@
{% for meetup in site.meetups %}
<li>
<a href="{{ meetup.url }}" title="{{ meetup.name }}" class="dib mr-4">
<img src="{{ site.images_url }}/assets/images/meetups/{{ meetup.logo }}" alt="{{ meetup.name }} logo" class="h-16">
<img src="{{ site.images_url }}/build/static/images/meetups/{{ meetup.logo }}" alt="{{ meetup.name }} logo" class="h-16">
</a>
</li>
{% endfor %}