diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-09-04 10:06:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-09-05 19:04:40 +0200 |
commit | 47b1e23b29d8601c6923997408747c6c64b675ba (patch) | |
tree | b400c5e88608ece36ab211c17f2f217d0a7eeb9d | |
parent | 8d026b27e2ded8e5c6148ac0ec84b0869835d571 (diff) | |
download | guix-artwork-47b1e23b29d8601c6923997408747c6c64b675ba.tar guix-artwork-47b1e23b29d8601c6923997408747c6c64b675ba.tar.gz |
website: donate: Use a fixed-width font for email address.
* website/www/donate.scm (donate-page): Wrap email address in 'tt'.
-rw-r--r-- | 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 guix-hardware@gnu.org private alias to discuss -any opportunities. ") + " or using the " (tt "guix-hardware@gnu.org") + " 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 " |