summaryrefslogtreecommitdiff
path: root/audrey3/filter.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'audrey3/filter.rkt')
-rw-r--r--audrey3/filter.rkt3
1 files changed, 0 insertions, 3 deletions
diff --git a/audrey3/filter.rkt b/audrey3/filter.rkt
index 193d482..af652a3 100644
--- a/audrey3/filter.rkt
+++ b/audrey3/filter.rkt
@@ -51,9 +51,6 @@
[`(attr ,key)
(feed-item->attr-value item (eval-filter key item))]
[`(now) (current-seconds)]
- ; Using (today) allows you to cache things for longer than (now).
- ; Alternatively, maybe web-cache should index on something other than
- ; the raw URL.
[`(today) (date->seconds
(struct-copy date (current-date)
[second 0] [hour 0] [minute 0]))]
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback