[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/29: website: packages: Add a newline between packages.
From: |
Ludovic Courtès |
Subject: |
14/29: website: packages: Add a newline between packages. |
Date: |
Wed, 6 Dec 2017 09:24:25 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 100555b87c2a7f16d34383c7e42b0a39a34c1785
Author: Ludovic Courtès <address@hidden>
Date: Tue Aug 29 00:26:39 2017 +0200
website: packages: Add a newline between packages.
* website/apps/packages/templates/components.scm (detailed-package-preview):
Add trailing newline. This helps poor CVS.
---
website/apps/packages/templates/components.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/website/apps/packages/templates/components.scm
b/website/apps/packages/templates/components.scm
index 33a9941..bd1b3fb 100644
--- a/website/apps/packages/templates/components.scm
+++ b/website/apps/packages/templates/components.scm
@@ -76,7 +76,8 @@
#:url (guix-url "packages/issues/")))
".")
- (li (b "Builds:") " " ,(supported-systems->shtml package) "."))))
+ (li (b "Builds:") " " ,(supported-systems->shtml package) ".")
+ "\n")))
(define (issue-count->shtml count)
- 19/29: website: base: Change URLs in 'data' from http to https., (continued)
- 19/29: website: base: Change URLs in 'data' from http to https., Ludovic Courtès, 2017/12/06
- 06/29: website: packages: Interpret synopsis/description Texinfo., Ludovic Courtès, 2017/12/06
- 21/29: website: packages: Gracefully deal with empty package descriptions., Ludovic Courtès, 2017/12/06
- 24/29: website: packages: Remove links to package issues., Ludovic Courtès, 2017/12/06
- 18/29: website: base: Change some http to https., Ludovic Courtès, 2017/12/06
- 23/29: website: Hard-code file:// URL root when GUIX_WEB_SITE_LOCAL., Ludovic Courtès, 2017/12/06
- 20/29: website: Change http to https in URLs., Ludovic Courtès, 2017/12/06
- 25/29: website: packages: 'all-packages' memoizes its result., Ludovic Courtès, 2017/12/06
- 28/29: website: Insert surrounding spaces when flattening markup., Ludovic Courtès, 2017/12/06
- 29/29: website: Add pseudo-post about GPCE., Ludovic Courtès, 2017/12/06
- 14/29: website: packages: Add a newline between packages.,
Ludovic Courtès <=
- 09/29: website: packages: Implement patch links., Ludovic Courtès, 2017/12/06
- 16/29: website: base: Change http to https in some URLs on 'contribute'., Ludovic Courtès, 2017/12/06
- 27/29: website: contact: Tweak., Ludovic Courtès, 2017/12/06
- 22/29: website: packages: /packages shows at most 30 packages., Ludovic Courtès, 2017/12/06
- 26/29: website: Unify and rationalize tags for blog posts., Ludovic Courtès, 2017/12/06