guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: website: donate: Use a fixed-width font for email address.


From: Ludovic Courtès
Subject: 02/04: website: donate: Use a fixed-width font for email address.
Date: Sat, 05 Sep 2015 17:05:45 +0000

civodul pushed a commit to branch master
in repository guix-artwork.

commit 47b1e23b29d8601c6923997408747c6c64b675ba
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 4 10:06:33 2015 +0200

    website: donate: Use a fixed-width font for email address.
    
    * website/www/donate.scm (donate-page): Wrap email address in 'tt'.
---
 website/www/donate.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/www/donate.scm b/website/www/donate.scm
index 559fc24..3be8e56 100644
--- a/website/www/donate.scm
+++ b/website/www/donate.scm
@@ -58,8 +58,8 @@ binaries for the "
                (p "Please get in touch with us through the "
                   (a (@ (href ,(base-url "about/#contact")))
                      "usual channels")
-                  " or using the address@hidden private alias to discuss
-any opportunities. ")
+                  " or using the " (tt "address@hidden")
+                   " private alias to discuss any opportunities. ")
                (h2 (@ (id "hardware-donors")) "Thanks to the donors!")
                (p "The table below summarizes hardware and hosting donations
 that make the "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]