From d3dfec6f52d8093db276adb62021ced8f58e590c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 5 Nov 2023 12:17:03 +0100 Subject: Added lazy loading to images --- _posts/2023-05-27-drawing-pixels-in-plan9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2023-05-27-drawing-pixels-in-plan9.md') diff --git a/_posts/2023-05-27-drawing-pixels-in-plan9.md b/_posts/2023-05-27-drawing-pixels-in-plan9.md index c1e9335..3d37a2c 100644 --- a/_posts/2023-05-27-drawing-pixels-in-plan9.md +++ b/_posts/2023-05-27-drawing-pixels-in-plan9.md @@ -22,7 +22,7 @@ More information: - [all man pages](https://9fans.github.io/plan9port/man/man3/) can be a valuable resource for learning about the system -![Plan9 Howdy World!](/assets/notes/plan9-pixels.png) +![Plan9 Howdy World!](/assets/notes/plan9-pixels.png){:loading="lazy"} ```c // main.c -- cgit v1.2.3