commit bab9b8c7a8a0824409b6e90363b36f4f50efe914 parent be51ff19bf4b3d21b458e8acdb9d45ab31199c3f Author: Yuval Langer <yuval.langer@gmail.com> Date: Fri, 22 Dec 2023 05:07:51 +0200 Fix log index numbers. Diffstat:
M | posts/you-know-what-i-hate.sxml | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/posts/you-know-what-i-hate.sxml b/posts/you-know-what-i-hate.sxml @@ -173,12 +173,12 @@ (list (make-log "libera" "#israel" 18))) (make-hate "Not allcaps, mandatory Javascript:" (list (make-log "libera" "#emacs" 19) - (make-log "libera" "#systemcrafters" 19))) + (make-log "libera" "#systemcrafters" 20))) (make-hate "Not mine, color themes, not one decent:" - (list (make-log "efnet" "#israel" 20))) + (list (make-log "efnet" "#israel" 21))) (make-hate "Dark mode loaded only after a flash of blinding light:" - (list (make-log "libera" "systemcrafters" 21) - (make-log "quakenet" "#israel" 22))))) + (list (make-log "libera" "systemcrafters" 22) + (make-log "quakenet" "#israel" 23))))) (define the-post `((title . "You know what I hate?")