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-25-show-xterm-colors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2023-05-25-show-xterm-colors.md') diff --git a/_posts/2023-05-25-show-xterm-colors.md b/_posts/2023-05-25-show-xterm-colors.md index 00a3e76..56050fd 100644 --- a/_posts/2023-05-25-show-xterm-colors.md +++ b/_posts/2023-05-25-show-xterm-colors.md @@ -11,7 +11,7 @@ tags: [linux] - `bash xterm-palette.sh` - will show you number of max colors available - `bash xterm-palette.sh -v` - will create a list of all colors with codes -![xterm color palette](/assets/notes/xterm-palette.png) +![xterm color palette](/assets/notes/xterm-palette.png){:loading="lazy"} ```sh #!/usr/bin/env bash -- cgit v1.2.3