guix-commits
[Top][All Lists]
Advanced

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

01/01: website: donate: Fix title.


From: Ludovic Courtès
Subject: 01/01: website: donate: Fix title.
Date: Sun, 06 Sep 2015 09:07:20 +0000

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

commit 6760361b1026e13be3e6730e70cda9e878242ce1
Author: Ludovic Courtès <address@hidden>
Date:   Sun Sep 6 10:26:09 2015 +0200

    website: donate: Fix title.
    
    * website/www/donate.scm (donate-page): Pass "Donate" as the argument to
      'html-page-header'.
---
 website/www/donate.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/website/www/donate.scm b/website/www/donate.scm
index d521434..ae1274d 100644
--- a/website/www/donate.scm
+++ b/website/www/donate.scm
@@ -29,7 +29,7 @@
 
 (define (donate-page)
   `(html (@ (lang "en"))
-        ,(html-page-header "Home")
+        ,(html-page-header "Donate")
         (body
          ,(html-page-description)
          ,(html-page-links)



reply via email to

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