diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-02-04 21:30:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-02-04 21:30:35 +0100 |
commit | 85fa8777662dc472ce88f3019031f88d2f0f5fa6 (patch) | |
tree | 2b8cf8af1b40966972252862f4dc21a410859d79 | |
parent | c61f0a4e8a5e6c64d17eebe2aa8dc9f9a09dffae (diff) | |
download | guix-artwork-85fa8777662dc472ce88f3019031f88d2f0f5fa6.tar guix-artwork-85fa8777662dc472ce88f3019031f88d2f0f5fa6.tar.gz |
website: Remove donation banner.
* website/www/shared.scm (html-page-description): Comment out donation
banner.
-rw-r--r-- | website/www/shared.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/website/www/shared.scm b/website/www/shared.scm index 1ac5ba1..118d9b6 100644 --- a/website/www/shared.scm +++ b/website/www/shared.scm @@ -71,11 +71,12 @@ Functional package management,"))) "not production-ready") ". But you can " (a (@ (href ,(base-url "contribute"))) "help") "!") - (div (@ (class "message-box donate-info")) - (span (@ (class "msg-label")) "Donate ") - "For Guix to grow we need to upgrade our hardware. Please consider " - (a (@ (href "https://my.fsf.org/civicrm/contribute/transact?reset=1&id=50") - (class "donate-button")) "donating") "!"))) + ;; (div (@ (class "message-box donate-info")) + ;; (span (@ (class "msg-label")) "Donate ") + ;; "For Guix to grow we need to upgrade our hardware. Please consider " + ;; (a (@ (href "https://my.fsf.org/civicrm/contribute/transact?reset=1&id=50") + ;; (class "donate-button")) "donating") "!") + )) (define (html-page-links) `(div (@ (id "header-box")) |