Update game detail template to improve box art alt text

This commit is contained in:
Joakim Hellsén 2026-03-22 00:42:55 +01:00
commit 867ddf7676
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -24,7 +24,7 @@
<!-- Game image -->
<div style="margin-right: 16px;">
{% if game.box_art_best_url %}
{% picture game.box_art_best_url alt=game.name width=160 %}
{% picture game.box_art_best_url alt="Box art for "|add:game.get_game_name width=160 %}
{% endif %}
</div>
<!-- Game Title and Details -->