aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/calp/html/view/search.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/calp/html/view/search.scm b/module/calp/html/view/search.scm
index b6f36612..9b03151b 100644
--- a/module/calp/html/view/search.scm
+++ b/module/calp/html/view/search.scm
@@ -27,6 +27,7 @@
(head (title "Search results")
,(include-css "/static/style.css"))
(body
+ (a (@ (href ("/today"))) "Till Idag")
(h2 "Search term")
(form
(pre (textarea (@ (name "q") (rows 5) (spellcheck false)