From 99fbf6dcf0c5af1232d1729cff7cf14ee132d763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 25 Apr 2020 21:16:56 +0200 Subject: Remove previous-week-start. --- module/entry-points/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/entry-points') diff --git a/module/entry-points/html.scm b/module/entry-points/html.scm index 18b1c0ea..70fbde42 100644 --- a/module/entry-points/html.scm +++ b/module/entry-points/html.scm @@ -47,7 +47,7 @@ ;; be a good idea to instead center it on the current week, meaning ;; that the active row is always in the center (html-chunked-main count calendars events - (previous-week-start start (get-config 'week-start)) + (start-of-week start (get-config 'week-start)) (date day: 7))] [(table) (html-table-main count calendars events start)] -- cgit v1.2.3