We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f1bb52 + c571821 commit f366ac0Copy full SHA for f366ac0
sponsors.md
@@ -7,7 +7,7 @@ title: Sponsors
7
{% assign company = site.data.companies[sponsor] %}
8
<li class="sponsors-listitem">
9
<a href="{{ company.url }}" class="sponsors-link" target="_blank">
10
- <img src="{{ company.image }}" alt="{{ company.name }}"/>
+ <img src="{{ company.image | image_asset | buster }}" alt="{{ company.name }}"/>
11
</a>
12
</li>
13
{% endfor %}
0 commit comments