diff options
author | Pjotr Prins | 2023-08-30 11:37:51 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-30 11:37:51 +0200 |
commit | b138df84729aba391e03cacd44746cf1cd9f32b2 (patch) | |
tree | ee0cfaa987eb97274d2a57e6224fa9f870f42d64 /web/view/brand/msk.scm | |
parent | 0f50763c9eef214bc301b7af57e0a59f8d0b761f (diff) | |
download | gn-guile-b138df84729aba391e03cacd44746cf1cd9f32b2.tar.gz |
MSK home
Diffstat (limited to 'web/view/brand/msk.scm')
-rw-r--r-- | web/view/brand/msk.scm | 6 |
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") ".")) )))) |