[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: website: Tweak wording of footer.
From: |
Ludovic Courtès |
Subject: |
01/03: website: Tweak wording of footer. |
Date: |
Mon, 25 May 2015 21:19:36 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 1e2adb258b437cdcb9c3d4663878a556876e1204
Author: Ludovic Courtès <address@hidden>
Date: Mon May 25 23:12:25 2015 +0200
website: Tweak wording of footer.
* website/www/shared.scm (html-page-footer): Tweak.
---
website/www/shared.scm | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/website/www/shared.scm b/website/www/shared.scm
index c769468..e904229 100644
--- a/website/www/shared.scm
+++ b/website/www/shared.scm
@@ -85,11 +85,12 @@ GUix Package Manager, Guile Scheme, Functional package
management")))
(define (html-page-footer)
`(div (@ (id "footer-box"))
"Made with " (span (@ (class "metta")) "♥")
- " by humans. Powered by GNU "
+ " by humans and powered by "
(a (@ (href ,(gnu-url "software/guile")) (class "hlink-yellow"))
- "Guile") " under "
- (a (@ (href ,(gnu-url "licenses/agpl-3.0.html")) (class "hlink-yellow"))
- "AGPL") " license ("
+ "GNU Guile") ". "
(a (@ (href
"http://git.savannah.gnu.org/cgit/guix/guix-artwork.git/tree/website")
- (class "hlink-yellow"))
- "Source code") ")."))
+ (class "hlink-yellow"))
+ "Source code")
+ " under the "
+ (a (@ (href ,(gnu-url "licenses/agpl-3.0.html")) (class "hlink-yellow"))
+ "GNU AGPL") "."))