aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-21 23:13:09 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-21 23:13:09 +0200
commit8185e531924718bd1fd70ad3e59635fd0f9cdf2c (patch)
tree4b02cb25a13e0efbd1df7d17ae1168df211be062
parentTop level catch around tests. (diff)
downloadcalp-8185e531924718bd1fd70ad3e59635fd0f9cdf2c.tar.gz
calp-8185e531924718bd1fd70ad3e59635fd0f9cdf2c.tar.xz
Move TODO to issue #56.
-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)]