summaryrefslogtreecommitdiffhomepage
path: root/src/blog/windowing/index.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-23 05:06:44 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-23 05:06:44 +0200
commitd6e4bde6e39a35dbaf0d954a29207c4ba421803f (patch)
tree9dfdd72e8b11a1a050bd7df154ba515783e8c852 /src/blog/windowing/index.gsp
parent0348e115473a68a37c27be3264b061f79f5981ec (diff)
Prefer AVIF files to PNG
Diffstat (limited to 'src/blog/windowing/index.gsp')
-rw-r--r--src/blog/windowing/index.gsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blog/windowing/index.gsp b/src/blog/windowing/index.gsp
index cb2d347..2493d87 100644
--- a/src/blog/windowing/index.gsp
+++ b/src/blog/windowing/index.gsp
@@ -90,21 +90,21 @@ html lang="en" {
figure {
figcaption {-Split Windows in Emacs}
- img width="100%" src="split.png"
+ img width="100%" src="split.avif"
alt="An Emacs instance with two split Emacs windows"
{}
}
figure {
figcaption {-Oops! Firefox Made My Code Unreadable!}
- img width="100%" src="oops.png"
+ img width="100%" src="oops.avif"
alt="The window split with Emacs and Firefox on each side"
{}
}
figure {
figcaption {-Making Things Better}
- img width="100%" src="better.png"
+ img width="100%" src="better.avif"
alt="The window split in three panes, not two"
{}
}