From 8139ff9b8f512e8003786e07bd546e1ad74ea3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 6 May 2019 17:59:13 +0200 Subject: Add unused js for creating events. --- module/output/html.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/output/html.scm') diff --git a/module/output/html.scm b/module/output/html.scm index 1614bc31..0c8c3eb3 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -230,9 +230,10 @@ (meta (@ (name viewport) (content "width=device-width, initial-scale=0.5"))) (meta (@ (name description) - (content "Calendar for the dates between " (date->string start) - " and " (date->string end)))) + (content "Calendar for the dates between " ,(date->string start) + " and " ,(date->string end)))) ,(include-css "static/style.css") + ;; (script (@ (src "static/script.js")) "") (style ,(format #f "~:{.CAL_~a { background-color: ~a; color: ~a }~%.CAL_bg_~a { border-color: ~a }~%~}" (map (lambda (c) (let* ((name (html-attr (attr c 'NAME))) -- cgit v1.2.3