2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-artwork.git synced 2023-12-14 05:33:02 +01:00

website: Fix typo in the main page.

* website/www.scm (main-page): Add missing unquote.
This commit is contained in:
Ludovic Courtès 2015-05-12 22:51:38 +02:00
parent 32cc4398f2
commit 0e0a5a9a0c

View file

@ -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"))))