diff options
author | Pjotr Prins | 2025-09-21 10:40:20 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-09-21 10:40:20 +0200 |
commit | 454244b774ece37f04f146c74353ea4ec35d43e1 (patch) | |
tree | 6a7b8210c282773b65228bcb1f1429fa0a9fc575 /web/view/view.scm | |
parent | b3ba723fca7bf67e8d78f23089f0150f52b44e20 (diff) | |
download | gn-guile-454244b774ece37f04f146c74353ea4ec35d43e1.tar.gz |
Diffstat (limited to 'web/view/view.scm')
-rw-r--r-- | web/view/view.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/view/view.scm b/web/view/view.scm index 6b2ef22..95ff0a1 100644 --- a/web/view/view.scm +++ b/web/view/view.scm @@ -44,7 +44,7 @@ data to benefit from the power of integrated datasets, please contact:") (img (@ (src "/static/images/CMOR.jpg") (width "1000")))))) (define* (view-brand path) - (match (pk path) + (match path ("aging/UMHET-3" (aging-html #:info `(,(markdown-github->sxml "genenetwork/gn-docs/general/brand/aging/home.md")))) ("aging/umhet-3" (aging-html #:info |