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/2023-05-27-drawing-pixels-in-plan9.md | |
| parent | e490ef9a85ff161305d5647281ed316b54366bca (diff) | |
| download | mitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz | |
Added lazy loading to images
Diffstat (limited to '_posts/2023-05-27-drawing-pixels-in-plan9.md')
| -rw-r--r-- | _posts/2023-05-27-drawing-pixels-in-plan9.md | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 22 | - [all man pages](https://9fans.github.io/plan9port/man/man3/) | 22 | - [all man pages](https://9fans.github.io/plan9port/man/man3/) |
| 23 | can be a valuable resource for learning about the system | 23 | can be a valuable resource for learning about the system |
| 24 | 24 | ||
| 25 |  | 25 | {:loading="lazy"} |
| 26 | 26 | ||
| 27 | ```c | 27 | ```c |
| 28 | // main.c | 28 | // main.c |
