commit: 084c7055273f1b883adc3ec6a3cb6036ee62d63b
parent 03f60c28d5da835a2dec067093f9dc4fca8c7660
Author: Drew DeVault <sir@cmpwn.com>
Date: Fri, 21 Aug 2020 18:46:45 -0400
Specify dimensions of avatar to avoid FOUC
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/layouts/index.html b/layouts/index.html
@@ -13,7 +13,10 @@
</section>
<aside>
- <img src="https://drewdevault.com/avatar-148.jpg" />
+ <img
+ src="https://drewdevault.com/avatar-148.jpg"
+ alt="My avatar: an astronaut in a spacesuit with a school of fish and the moon visible in the reflection on their visor"
+ width="148" height="148" />
<div class="text-center">
<a class="rss" href="/blog/index.xml">rss</a>