diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
| commit | d3dfec6f52d8093db276adb62021ced8f58e590c (patch) | |
| tree | 91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2021-06-26-simple-world-clock.md | |
| parent | e490ef9a85ff161305d5647281ed316b54366bca (diff) | |
| download | mitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz | |
Added lazy loading to images
Diffstat (limited to '_posts/2021-06-26-simple-world-clock.md')
| -rw-r--r-- | _posts/2021-06-26-simple-world-clock.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 24 | Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) lying around that | 24 | Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) lying around that |
| 25 | I really need to use. | 25 | I really need to use. |
| 26 | 26 | ||
| 27 |  | 27 | {:loading="lazy"} |
| 28 | 28 | ||
| 29 | Since the Inky [Inky | 29 | Since the Inky [Inky |
| 30 | pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) is | 30 | pHAT](https://shop.pimoroni.com/products/inky-phat?variant=12549254217811) is |
| @@ -95,7 +95,7 @@ Then we add a cronjob with `crontab -e`. | |||
| 95 | 95 | ||
| 96 | So, we end up with a result like this. | 96 | So, we end up with a result like this. |
| 97 | 97 | ||
| 98 |  | 98 | {:loading="lazy"} |
| 99 | 99 | ||
| 100 | And for the enclosure that can be 3D printed, but I haven't yet something like | 100 | And for the enclosure that can be 3D printed, but I haven't yet something like |
| 101 | this can be used. | 101 | this can be used. |
