From 271894702727875d25011ae7ea6ea133ae6a3d5b Mon Sep 17 00:00:00 2001
From: erin <git@ewin.moe>
Date: Wed, 19 Jul 2023 18:08:48 -0400
Subject: [PATCH] add alt to title of images as well

---
 out/index.html | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/out/index.html b/out/index.html
index baad434..4aa977a 100644
--- a/out/index.html
+++ b/out/index.html
@@ -12,8 +12,20 @@
 				<!-- todo setting dimensions manually is bad but there's no good
 				way to scale an image up by a percentage in css so we just hope
 				that we never use a pixel scale other than 2 -->
-				<img src="https://i.eritbh.me/temp/umbreon.png" width="48" height="58" alt="an umbreon getting ready to pounce">
-				<img src="https://i.eritbh.me/temp/kate.png" width="54" height="86" alt="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose">
+				<img
+					src="https://i.eritbh.me/temp/umbreon.png"
+					width="48"
+					height="58"
+					alt="an umbreon getting ready to pounce"
+					title="an umbreon getting ready to pounce"
+				>
+				<img
+					src="https://i.eritbh.me/temp/kate.png"
+					width="54"
+					height="86"
+					alt="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose"
+					title="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose"
+				>
 			</div>
 			<div class="textbox textbox--simple textbox--yellow">
 				<div class="textbox__text">