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/2021-06-26-simple-world-clock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2021-06-26-simple-world-clock.md') diff --git a/_posts/2021-06-26-simple-world-clock.md b/_posts/2021-06-26-simple-world-clock.md index 31692e1..d1b53b4 100644 --- a/_posts/2021-06-26-simple-world-clock.md +++ b/_posts/2021-06-26-simple-world-clock.md @@ -24,7 +24,7 @@ have a bunch of [Raspberry Pi's Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) lying around that I really need to use. -![Inky pHAT, Raspberry Pi Zero](/assets/posts/world-clock/hardware.jpg) +![Inky pHAT, Raspberry Pi Zero](/assets/posts/world-clock/hardware.jpg){:loading="lazy"} Since the Inky [Inky pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) is @@ -95,7 +95,7 @@ Then we add a cronjob with `crontab -e`. So, we end up with a result like this. -![World Clock](/assets/posts/world-clock/world-clock.jpg) +![World Clock](/assets/posts/world-clock/world-clock.jpg){:loading="lazy"} And for the enclosure that can be 3D printed, but I haven't yet something like this can be used. -- cgit v1.2.3