aboutsummaryrefslogtreecommitdiff
path: root/web/view/brand/msk.scm
diff options
context:
space:
mode:
authorPjotr Prins2023-08-30 11:37:51 +0200
committerPjotr Prins2023-08-30 11:37:51 +0200
commitb138df84729aba391e03cacd44746cf1cd9f32b2 (patch)
treeee0cfaa987eb97274d2a57e6224fa9f870f42d64 /web/view/brand/msk.scm
parent0f50763c9eef214bc301b7af57e0a59f8d0b761f (diff)
downloadgn-guile-b138df84729aba391e03cacd44746cf1cd9f32b2.tar.gz
MSK home
Diffstat (limited to 'web/view/brand/msk.scm')
-rw-r--r--web/view/brand/msk.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/view/brand/msk.scm b/web/view/brand/msk.scm
index 99cb283..4b34c43 100644
--- a/web/view/brand/msk.scm
+++ b/web/view/brand/msk.scm
@@ -40,8 +40,10 @@
(h1 ,title)
(p ,info)
(footer
- (p "Copyright © 2005—2023 by the GeneNetwork community with a touch of " (span (@ (class "lambda")) "λ") "!")
- (p "This is free software. Download the "
+ (hr)
+ (p "Copyright © 2005-2023 "
+ (a (@ (href "https://genenetwork.org/")) "GeneNetwork Webservices"))
+ (p "This is free software. See status and download the "
(a (@ (href "https://ci.genenetwork.org/"))
"source code") "."))
))))