aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points')
-rw-r--r--module/entry-points/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/server.scm b/module/entry-points/server.scm
index deda98b4..6fb2b6b5 100644
--- a/module/entry-points/server.scm
+++ b/module/entry-points/server.scm
@@ -87,7 +87,7 @@
))))))
(GET "/month/:start-date.html" (start-date)
- (let* ((start-date (parse-iso-date start-date)))
+ (let* ((start-date (start-of-month (parse-iso-date start-date))))
(return '((content-type text/html))
(with-output-to-string