summaryrefslogtreecommitdiff
path: root/website/www
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-25 23:18:37 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-25 23:18:37 +0200
commit45e61a19ccfcc9f8fd54d940965b83f75ae73319 (patch)
treeccf2326a28a2743f6091eb6e6f51fbca3aefbe0b /website/www
parent1e2adb258b437cdcb9c3d4663878a556876e1204 (diff)
downloadguix-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.scm2
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"))