guix-commits
[Top][All Lists]
Advanced

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

01/01: website: packages: Move date within the content box.


From: Ludovic Courtès
Subject: 01/01: website: packages: Move date within the content box.
Date: Wed, 15 Jul 2015 22:22:29 +0000

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

commit f76a8523527f36e64b68e87c34bf697de04a0769
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 16 00:21:54 2015 +0200

    website: packages: Move date within the content box.
    
    * website/www/packages.scm (packages-page): Move date within the
      "content-box" div.
---
 website/www/packages.scm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/website/www/packages.scm b/website/www/packages.scm
index 98c4b1b..7090b30 100644
--- a/website/www/packages.scm
+++ b/website/www/packages.scm
@@ -255,6 +255,7 @@ description-ids as formal parameters."
         (body
          ,(html-page-description)
          ,(html-page-links)
+
          (div (@ (id "content-box"))
               (article
                (h1 "Packages")
@@ -269,8 +270,9 @@ description-ids as formal parameters."
                                       (lambda (p1 p2)
                                         (string<? (package-name p1)
                                                   (package-name p2))))))
-                  (packages->sxml packages))))
+                  (packages->sxml packages))
 
-          (p "Updated " ,(date->string (current-date) "~B ~e, ~Y") ".")
+                (p "Updated " ,(date->string (current-date) "~B ~e, ~Y")
+                   ".")))
 
          ,(html-page-footer))))



reply via email to

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