From 73def230ea672e9b045f0c6da323692435c8e970 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 16 Jul 2013 11:33:33 -0400 Subject: [PATCH] cleanup yaml comment --- licenses.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/licenses.json b/licenses.json index d70fa41..30d207f 100644 --- a/licenses.json +++ b/licenses.json @@ -1,8 +1,8 @@ --- comment: \ - because the for loop is being filtered by layout, the normal rindex0 check - for the trailing comma doesn't work. Count the number of licenses and manually - increment an index to see if we're on the true last iteration. + because the for loop is being filtered by layout, the normal rindex0 check + for the trailing comma doesn't work. Count the number of licenses and manually + increment an index to see if we're on the true last iteration. --- {% assign count = 0 %}{% for page in site.pages %}{% if page.layout == "license" %}{% assign count = count | plus: 1 %}{% endif %}{% endfor %}{% assign i = 0 %} [