Skip to content

Commit

Permalink
Merge pull request #96 from rubyuy/bust-sponsors-image-cache
Browse files Browse the repository at this point in the history
Bust sponsors image cache
  • Loading branch information
santib authored Jan 8, 2025
2 parents 1f1bb52 + c571821 commit f366ac0
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
@@ -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 %}

0 comments on commit f366ac0

Please sign in to comment.