From c08c8591ec419e1e0573b4eea0fe85e63ee5e915 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 14 Mar 2023 16:01:09 -0700 Subject: [PATCH] escape api input --- src/_includes/now.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index d197e966..eb48c748 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -52,7 +52,7 @@ layout: main onerror="this.onerror=null; this.src='/assets/img/media/404.jpg'" width="350" height="350" - class="rounded-lg" alt={{artist.name}} + class="rounded-lg" alt={{artist.name | escape}}}} loading="lazy" /> @@ -85,7 +85,7 @@ layout: main width="350" height="350" class="rounded-lg" - alt={{album.name}} + alt={{album.name | escape}}}} loading="lazy" />