You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/01/26 15:11:50 UTC

[sling-site] branch master updated: Add newlines for better diffs

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new fbe02ea  Add newlines for better diffs
fbe02ea is described below

commit fbe02eaacaab4221091d346b50adf70eda9154d0
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Fri Jan 26 16:11:41 2018 +0100

    Add newlines for better diffs
---
 src/main/jbake/templates/repolist.tpl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/jbake/templates/repolist.tpl b/src/main/jbake/templates/repolist.tpl
index 6ab338a..cfbf970 100644
--- a/src/main/jbake/templates/repolist.tpl
+++ b/src/main/jbake/templates/repolist.tpl
@@ -49,6 +49,7 @@ layout 'layout/main.tpl', true,
             h2() { 
                 yield("Group: ${group}")
             }
+            newLine()
             
             ul() {
                 repos.'**'.findAll { 
@@ -61,8 +62,9 @@ layout 'layout/main.tpl', true,
                             yield("${p.attributes().path}")
                         }
                     }
+                    newLine()
                 }
             }
-    
+            newLine()
         }
     }

-- 
To stop receiving notification emails like this one, please contact
bdelacretaz@apache.org.