summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-05-13 09:57:38 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-05-13 09:57:38 -0400
commit04f5863c6334842b8dbe591f2aa4a4cf7c8cfcb3 (patch)
tree9e1625462efe7015526cfb7d539edc50769d90fc
parente44856a32631dfd11bdb08ff3b272a3840fb1bb0 (diff)
downloadguix-artwork-04f5863c6334842b8dbe591f2aa4a4cf7c8cfcb3.tar
guix-artwork-04f5863c6334842b8dbe591f2aa4a4cf7c8cfcb3.tar.gz
website: download: Fix missing unquote.
* website/www/download.scm (download-page): Unquote '(latest-guix-version)'.
-rw-r--r--website/www/download.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/www/download.scm b/website/www/download.scm
index 04b92f3..c746d4d 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -64,7 +64,7 @@ dependencies.")
(div (@ (id "content-box"))
(article
(h1 "Download")
- (p "As of version " (latest-guix-version)
+ (p "As of version " ,(latest-guix-version)
", the Guix System Distribution "
(a (@ (href ,(guix-url "manual/html_node/System-Installation.html")))
"can be installed")