Add alt text as title text... for the single image on my entire site

This commit is contained in:
askiiart 2024-03-12 20:45:03 -05:00
parent d47156ebba
commit ebbd2bef19
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
6 changed files with 19 additions and 4 deletions

View file

@ -441,7 +441,7 @@
<figure>
<img
src="/assets/blog/marlin-boot-animations/marlin-linux-mint.png"
alt="Linux Mint logo, as it would appear on a 128x64 display" />
title="Linux Mint logo, as it would appear on a 128x64 display" alt="Linux Mint logo, as it would appear on a 128x64 display" />
<figcaption aria-hidden="true">Linux Mint logo, as it would
appear on a 128x64 display</figcaption>
</figure>