aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/html.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/entry-points/html.scm')
-rw-r--r--module/calp/entry-points/html.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/module/calp/entry-points/html.scm b/module/calp/entry-points/html.scm
index 68665ce3..0c31a0c8 100644
--- a/module/calp/entry-points/html.scm
+++ b/module/calp/entry-points/html.scm
@@ -165,10 +165,6 @@ for embedding in a larger page. Currently only applies to the <i>small</i> style
(common target-directory count start (date month: 1) render-calendar-wide)]
[(week)
-
- ;; TODO The small calendar is always centered on months, it might
- ;; be a good idea to instead center it on the current week, meaning
- ;; that the active row is always in the center
(common target-directory count (start-of-week start)
(date day: 7)
render-calendar-wide)]