Skip to content

Commit

Permalink
Fix thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed Dec 22, 2023
1 parent 3457775 commit f62afcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_includes/tile.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{% assign color = 'rgba(114, 227, 210, 0.90)' %}
{% assign thumbnailAssetPath = '/assets/plugin/thumbnail.png' %}
{% else %}
{% capture thumbnailFullPath %}/assets/{{ item.slug }}/thumbnail.jpg{% endcapture %}
{% capture thumbnailFullPath %}/assets/{{ collection }}/{{ item.slug }}/thumbnail.jpg{% endcapture %}
{% assign thumbnailAssetPath = thumbnailFullPath %}
{% endif %}

Expand Down

0 comments on commit f62afcc

Please sign in to comment.