Skip to content

Commit

Permalink
Bust sponsors image cache
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Jan 8, 2025
1 parent 419bf03 commit 5285c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Sponsors
{% assign company = site.data.companies[sponsor] %}
<li class="sponsors-listitem">
<a href="{{ company.url }}" class="sponsors-link" target="_blank">
<img src="{{ company.image }}" alt="{{ company.name }}"/>
<img src="{{ company.image | image_asset | buster }}" alt="{{ company.name }}"/>
</a>
</li>
{% endfor %}
Expand Down

0 comments on commit 5285c98

Please sign in to comment.