diff options
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")) |