[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: website: Remove donation banner.
From: |
Ludovic Courtès |
Subject: |
01/02: website: Remove donation banner. |
Date: |
Thu, 04 Feb 2016 20:54:59 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 85fa8777662dc472ce88f3019031f88d2f0f5fa6
Author: Ludovic Courtès <address@hidden>
Date: Thu Feb 4 21:30:35 2016 +0100
website: Remove donation banner.
* website/www/shared.scm (html-page-description): Comment out donation
banner.
---
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"))