diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-05-12 22:51:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-05-12 22:51:38 +0200 |
commit | 0e0a5a9a0c9488e47900bb4be1f1d79672c0a3bc (patch) | |
tree | 264edb9e173aa7c277b102a15fc9fc9b1320da24 | |
parent | 32cc4398f2732b9de929e1ecffb92b014b2b57dc (diff) | |
download | guix-artwork-0e0a5a9a0c9488e47900bb4be1f1d79672c0a3bc.tar guix-artwork-0e0a5a9a0c9488e47900bb4be1f1d79672c0a3bc.tar.gz |
website: Fix typo in the main page.
* website/www.scm (main-page): Add missing unquote.
-rw-r--r-- | website/www.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/www.scm b/website/www.scm index 3139b2c..95cd7bf 100644 --- a/website/www.scm +++ b/website/www.scm @@ -59,7 +59,7 @@ composed.")) (div (@ (class "featured-actions")) (a (@ (href ,(base-url "download")) (class "action download")) - "TEST v" (latest-guix-version) " (alpha)") + "TEST v" ,(latest-guix-version) " (alpha)") (a (@ (href ,(base-url "contribute")) (class "action contribute")) "CONTRIBUTE")))) |