Update image class
This commit is contained in:
parent
9ba45e74e3
commit
b0e06e3c3d
|
@ -15,7 +15,7 @@ use: [posts]
|
||||||
<img
|
<img
|
||||||
src="{{ site.images_url }}/assets/images/experience/{{ company.logo }}"
|
src="{{ site.images_url }}/assets/images/experience/{{ company.logo }}"
|
||||||
alt="{{ company.name }} logo"
|
alt="{{ company.name }} logo"
|
||||||
class="image">
|
class="img">
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue