From 570d41d4f129feadc3b3104e8824ef2b9ebe0335 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 16 Apr 2024 09:48:54 -0700 Subject: [PATCH] fix: alt text --- package.json | 2 +- src/_includes/partials/now/tracks-recent.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f00d141a..499bb884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "11.3.9", + "version": "11.3.10", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_includes/partials/now/tracks-recent.liquid b/src/_includes/partials/now/tracks-recent.liquid index e582c27a..8ed68193 100644 --- a/src/_includes/partials/now/tracks-recent.liquid +++ b/src/_includes/partials/now/tracks-recent.liquid @@ -1,7 +1,7 @@ {% if data.size > 0 %}
{% for item in data limit: 10 %} - {% capture alt %}{{ item.track }} by {{ item.track }}{% endcapture %} + {% capture alt %}{{ item.track | escape }} by {{ item.artist }}{% endcapture %}
{% image item.image, alt, '', 'lazy' %}