aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 00:31:30 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-13 00:31:30 +0100
commitbaf4c657281f424f4ddba6fe76b8c0c4745f549d (patch)
tree5fd70e028cf73eb8b8fa6e29c2767a08483f80d0 /module
parentMove calculate-fg-color into calp subtree. (diff)
downloadcalp-baf4c657281f424f4ddba6fe76b8c0c4745f549d.tar.gz
calp-baf4c657281f424f4ddba6fe76b8c0c4745f549d.tar.xz
Add remove home button to seacrh page.
Diffstat (limited to 'module')
-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)