chore: expand movie alt

This commit is contained in:
Cory Dransfeldt 2023-08-13 13:10:02 -07:00
parent 148c944273
commit ff7dbdced4
No known key found for this signature in database

View file

@ -12,7 +12,7 @@
<div class="px-1 text-xs font-bold text-white">{{ movie.title }}</div>
</div>
{%- capture movieImg %}{{movie.image | cdn: site.letterboxd-host, site.cdn-movies}}{% endcapture -%}
{%- capture movieName %}{{movie.title | escape}}{% endcapture -%}
{%- capture movieName %}{{movie.title | escape}} - {{ movie.contentSnippet }}{% endcapture -%}
{% image movieImg, movieName, 'rounded-lg w-full', '180px' %}
</div>
</a>