Skip to content

Commit

Permalink
Add title attribute to image tags (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo authored Jan 23, 2024
1 parent 0b33402 commit 4c08494
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/[[lang=lang]]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
src={note.cover}
class="rounded-t-2xl"
alt={note.title}
title={note.title}
loading="lazy"
height="200px"
width="100%"
Expand Down Expand Up @@ -236,6 +237,7 @@
<img
src={note.cover}
alt={note.title}
title={note.title}
height="200px"
width="100%"
loading="lazy"
Expand Down

0 comments on commit 4c08494

Please sign in to comment.