Move images, copy with Encore
This commit is contained in:
parent
c00f3acd09
commit
e44ca92232
232 changed files with 309 additions and 61 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue