From 893db3c500ca0c8b9a1351ff9eb17d8b63051825 Mon Sep 17 00:00:00 2001 From: Michael Liendo Date: Tue, 23 Jan 2024 18:53:29 -0400 Subject: [PATCH] Add title attribute to image tags --- src/routes/[[lang=lang]]/+page.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/[[lang=lang]]/+page.svelte b/src/routes/[[lang=lang]]/+page.svelte index d2dbe7c..a4d5277 100644 --- a/src/routes/[[lang=lang]]/+page.svelte +++ b/src/routes/[[lang=lang]]/+page.svelte @@ -133,6 +133,7 @@ src={note.cover} class="rounded-t-2xl" alt={note.title} + title={note.title} loading="lazy" height="200px" width="100%" @@ -236,6 +237,7 @@