[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: website: about: Link to sirgazil's web site.
From: |
Ludovic Courtès |
Subject: |
01/02: website: about: Link to sirgazil's web site. |
Date: |
Wed, 13 May 2015 21:22:30 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 0d4bc0e3f221d10520b54ca939f5ea499aa93fcd
Author: Ludovic Courtès <address@hidden>
Date: Wed May 13 23:21:27 2015 +0200
website: about: Link to sirgazil's web site.
* website/www/about.scm (about-page): Add Link to sirgazil's web site.
---
website/www/about.scm | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/website/www/about.scm b/website/www/about.scm
index 5051c73..765c1a7 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -154,8 +154,10 @@ urgent issue, you can escalate to the general "
").")))
(h2 (@ (id "artwork")) "Artwork")
- (p "This web site was designed by Luis Felipe López
-Acevedo. See the "
+ (p "This web site was designed by "
+ (a (@ (href "http://sirgazil.bitbucket.org/"))
+ "Luis Felipe López Acevedo")
+ ". See the "
(a (@ (href ,(base-url "graphics"))) "graphics page")
" for information about the Guix and GuixSD logotypes.")))