guix-commits
[Top][All Lists]
Advanced

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

02/03: website: header: Use an em dash in the header.


From: Ludovic Courtès
Subject: 02/03: website: header: Use an em dash in the header.
Date: Mon, 25 May 2015 21:19:36 +0000

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

commit 45e61a19ccfcc9f8fd54d940965b83f75ae73319
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 25 23:18:37 2015 +0200

    website: header: Use an em dash in the header.
    
    * website/www/shared.scm (html-page-header): Use an em dash rather than
      a hyphen in the title.
---
 website/www/shared.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/website/www/shared.scm b/website/www/shared.scm
index e904229..41a0db5 100644
--- a/website/www/shared.scm
+++ b/website/www/shared.scm
@@ -57,7 +57,7 @@ GUix Package Manager, Guile Scheme, Functional package 
management")))
                  (rel "icon")
                  (href ,(image-url "favicon.png"))))
         (link (@ (rel "license") (href "Pending...")))
-        (title ,(string-append title " - GuixSD"))))
+        (title ,(string-append title " — GuixSD"))))
 
 (define (html-page-description)
   `(div (@ (class "message-box msg-info"))



reply via email to

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