diff options
-rw-r--r-- | haunt.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |