guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: website: help: Slightly improve layout for refcard.


From: Ludovic Courtès
Subject: 04/04: website: help: Slightly improve layout for refcard.
Date: Mon, 3 Dec 2018 16:53:44 -0500 (EST)

civodul pushed a commit to branch master
in repository guix-artwork.

commit aa47cfee92cb1eaae6e0cce0d16465b863bf3b80
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 3 22:53:06 2018 +0100

    website: help: Slightly improve layout for refcard.
    
    * website/apps/base/templates/help.scm (help-t): Remove extra 'p' around
    refcard.
---
 website/apps/base/templates/help.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/website/apps/base/templates/help.scm 
b/website/apps/base/templates/help.scm
index fb5f2b8..e570e06 100644
--- a/website/apps/base/templates/help.scm
+++ b/website/apps/base/templates/help.scm
@@ -65,8 +65,7 @@
        (p
         ,(link-more
           #:label "Read Guix manual"
-          #:url (guix-url "manual/")))
-        (p
+          #:url (guix-url "manual/"))
          ,(link-more
           #:label "Get Guix reference card"
           #:url (guix-url "guix-refcard.pdf"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]