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:
parent
6387f1bc67
commit
fe97021cd0
10 changed files with 172 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue