diff options
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") ".")) )))) |