aboutsummaryrefslogtreecommitdiff
path: root/guix-data-service/web/package
diff options
context:
space:
mode:
authorCanan Talayhan <canan.t.talayhan@gmail.com>2021-04-23 11:19:32 +0300
committerChristopher Baines <mail@cbaines.net>2021-04-23 12:00:03 +0100
commitfe97021cd012d7ed3e60e19b6833b93221ea431b (patch)
tree8e5f9568d1a258798162a3ff3ee1ef63d0c19ee8 /guix-data-service/web/package
parent6387f1bc67579485aeb11d5dfa8476ad906bef8c (diff)
downloaddata-service-fe97021cd012d7ed3e60e19b6833b93221ea431b.tar
data-service-fe97021cd012d7ed3e60e19b6833b93221ea431b.tar.gz
Set more informative page titles
For many pages where previously the title was just "Guix Data Service". Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'guix-data-service/web/package')
-rw-r--r--guix-data-service/web/package/html.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix-data-service/web/package/html.scm b/guix-data-service/web/package/html.scm
index 0d9b078..7193b78 100644
--- a/guix-data-service/web/package/html.scm
+++ b/guix-data-service/web/package/html.scm
@@ -25,6 +25,8 @@
(define* (view-package name package-version-with-branches)
(layout
+ #:title
+ (string-append "Package: " name)
#:body
`(,(header)
(div