summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index f002287..8a58caa 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -14,8 +14,7 @@
(define post-prefix "post")
(define (filter-now posts)
- (posts/reverse-chronological
- (filter (lambda (p) (member "now" (post-tags p))) posts)))
+ (filter (lambda (p) (member "now" (post-tags p))) posts))
(define (filter-not-now posts)
(posts/reverse-chronological