aboutsummaryrefslogtreecommitdiff
path: root/module/output/html.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-06 12:43:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-06 12:43:28 +0200
commit1eadb9ad346e7326cea9b88ba92ecd24d672e400 (patch)
treec172b085608a5bdb024d506094193a4428a11268 /module/output/html.scm
parentChange to only call get-datetime in parse. (diff)
downloadcalp-1eadb9ad346e7326cea9b88ba92ecd24d672e400.tar.gz
calp-1eadb9ad346e7326cea9b88ba92ecd24d672e400.tar.xz
Made benchmark main runnable again.
Diffstat (limited to 'module/output/html.scm')
-rw-r--r--module/output/html.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 6dc9591b..31b57228 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -783,6 +783,8 @@
(define calendars (getf 'calendars))
(define events (getf 'event-set))
+ ((@ (util time) report-time!) "html start")
+
;; TODO This still doesn't account for PWD, file existing but is of
;; wrong type, html directory existing but static symlink missing,
;; static being a different file type, and probably something else