summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-02-04 21:30:35 +0100
committerLudovic Courtès <ludo@gnu.org>2016-02-04 21:30:35 +0100
commit85fa8777662dc472ce88f3019031f88d2f0f5fa6 (patch)
tree2b8cf8af1b40966972252862f4dc21a410859d79
parentc61f0a4e8a5e6c64d17eebe2aa8dc9f9a09dffae (diff)
downloadguix-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.scm11
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"))