From e3c891e6a73fa24da071ac89d38adf51a5e56fea Mon Sep 17 00:00:00 2001 From: rekado Date: Sun, 17 Jan 2016 13:02:48 +0100 Subject: Add TODO. --- haunt.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/haunt.scm b/haunt.scm index 3422a24..34c69b0 100644 --- a/haunt.scm +++ b/haunt.scm @@ -23,6 +23,7 @@ (define (photo-snippet post) + ;; TODO: derive alt-text from "photo" metadata (let ((meta (post-ref post 'photo))) (if meta `(img (@ (class "stretch full") -- cgit v1.2.3