add image descriptions/alt text

This commit is contained in:
rhiannon morris 2024-10-21 14:24:17 +02:00
parent 9d0b1a5eb3
commit 18629cb220
5 changed files with 29 additions and 18 deletions

View file

@ -151,7 +151,7 @@ makeItem nsfw file info@(Info {bg}) = [b|
<a href="$dir">
<img src="$thumbnail" loading=lazy$bgStyle
width=200 height=200
title="$tooltip">
alt="$title" title="$tooltip">
</a>
</figure>
|]