Move images, copy with Encore
This commit is contained in:
parent
c00f3acd09
commit
e44ca92232
232 changed files with 309 additions and 61 deletions
|
@ -114,7 +114,7 @@ experiences:
|
|||
<div class="listing-item">
|
||||
{% if company.logo %}
|
||||
<div class="float-right mt-1 mb-4 ml-4 w-16 sm:w-24 lg:w-32">
|
||||
<img src="{{ site.images_url }}/assets/images/experience/{{ company.logo }}" alt="{{ company.name }} logo">
|
||||
<img src="{{ site.images_url }}/build/static/images/experience/{{ company.logo }}" alt="{{ company.name }} logo">
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue