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>
This commit is contained in:
Canan Talayhan 2021-04-23 11:19:32 +03:00 committed by Christopher Baines
parent 6387f1bc67
commit fe97021cd0
10 changed files with 172 additions and 25 deletions

View file

@ -29,7 +29,11 @@
valid-targets
stats
builds)
(define page-header "Builds")
(layout
#:title
page-header
#:body
`(,(header)
(div
@ -38,7 +42,7 @@
(@ (class "row"))
(div
(@ (class "col-sm-12"))
(h1 "Builds")
(h1 ,page-header)
(table
(@ (class "table"))
(thead