[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: website: main: Use a catchier title.
From: |
Ludovic Courtès |
Subject: |
01/02: website: main: Use a catchier title. |
Date: |
Mon, 18 May 2015 18:58:20 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit ec0f6935dd2654438e0b1368f06154ac935ecba5
Author: Ludovic Courtès <address@hidden>
Date: Mon May 18 19:12:22 2015 +0200
website: main: Use a catchier title.
* website/www.scm (main-page): Change first argument to 'html-page-header'.
---
website/www.scm | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/website/www.scm b/website/www.scm
index 80a6bd7..a3066bf 100644
--- a/website/www.scm
+++ b/website/www.scm
@@ -116,7 +116,10 @@ character."
(define (main-page)
`(html (@ (lang "en"))
- ,(html-page-header "Home" #:css "index.css")
+ ,(html-page-header
+ "GNU's advanced distro and transactional package manager"
+ #:css "index.css")
+
(body
,(html-page-description)
,(html-page-links)