diff --git a/tekuti/page.scm b/tekuti/page.scm index 1794645..46bad0b 100644 --- a/tekuti/page.scm +++ b/tekuti/page.scm @@ -286,7 +286,7 @@ (respond `(,(tag-sidebar tag index) (h2 "posts tagged \"" ,tag "\"") ,@(map (lambda (post) (show-post post #f)) - (take-max posts 10))) + (take-max (reverse posts) 10))) #:etag (assq-ref index 'master) #:title (string-append "posts tagged \"" tag "\"")) (respond `((h2 "Unknown tag " ,tag)