aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/output/html.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 0c8c3eb3..0ccefec0 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -245,10 +245,14 @@
calendars))))
(body
(div (@ (class "root"))
- (main (@ (class "calendar"))
+ (main
+ (div (@ (class "calendar"))
,(time-marker-div)
(div (@ (class "days"))
,@(stream->list (stream-map lay-out-day evs))))
+ (footer (span "Page generated " ,(date->string (current-date)))
+ (span (a (@ (href "https://git.hornquist.se/calparse"))
+ "Source Code"))))
(aside (@ (class "sideinfo"))
(div (@ (class "about"))
(div ,(cal-table (start-of-month start)