Skip to content

Commit f366ac0

Browse files
authored
Merge pull request #96 from rubyuy/bust-sponsors-image-cache
Bust sponsors image cache
2 parents 1f1bb52 + c571821 commit f366ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sponsors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Sponsors
77
{% assign company = site.data.companies[sponsor] %}
88
<li class="sponsors-listitem">
99
<a href="{{ company.url }}" class="sponsors-link" target="_blank">
10-
<img src="{{ company.image }}" alt="{{ company.name }}"/>
10+
<img src="{{ company.image | image_asset | buster }}" alt="{{ company.name }}"/>
1111
</a>
1212
</li>
1313
{% endfor %}

0 commit comments

Comments
 (0)