diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-25 23:18:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-25 23:18:37 +0200 |
commit | 45e61a19ccfcc9f8fd54d940965b83f75ae73319 (patch) | |
tree | ccf2326a28a2743f6091eb6e6f51fbca3aefbe0b /website/www | |
parent | 1e2adb258b437cdcb9c3d4663878a556876e1204 (diff) | |
download | guix-artwork-45e61a19ccfcc9f8fd54d940965b83f75ae73319.tar guix-artwork-45e61a19ccfcc9f8fd54d940965b83f75ae73319.tar.gz |
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.
Diffstat (limited to 'website/www')
-rw-r--r-- | 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")) |