From 5fb340aa03a0fee91e93d7e7b77d3694b4220392 Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 16 May 2022 20:53:08 +0800 Subject: [PATCH] Add a perfectly appropriate alt text to icon image Yes 100% suitable :P It describes what the image is to those who can't see the image perfectly well. It magically makes the image show up in terminal browsers, as if your terminal browser can render small images to the very pixel. Bonus, for terminal/text-based browsers the "image" can even adapt to your custom font! How cool is that? Look, people, unique per-user images without cookies, without javascript, without sessions, without CSS. It was a very pleasant commit-message-writing experience... Until realization hit. Why TF did you have the stupid image in the first image when it can just be a block of text ()? Oops! Let's not celebrate my site's accessibility features too early, *cough* *cough*. --- PS: Anyways after like almost two(?) years my site finally has a favicon, lol, see previous commits. --- layouts/shortcodes/pfp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/pfp.html b/layouts/shortcodes/pfp.html index 8407e85..05b8765 100644 --- a/layouts/shortcodes/pfp.html +++ b/layouts/shortcodes/pfp.html @@ -1,2 +1,2 @@ {{ $pfp := resources.Get "/dotslash-ppyl.svg" | resources.Fingerprint "md5" -}} - +./