]> git.sur5r.net Git - i3/i3.github.io/commitdiff
downloads: Wrap after 5 distribution images
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 5 Jun 2012 13:26:03 +0000 (15:26 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 5 Jun 2012 13:26:44 +0000 (15:26 +0200)
downloads/index.html.mako

index d345ca1118fdf56c611c1263676fe98f2f5de616..9c746e4ac425a57ff7147e334523b633a148641b 100644 (file)
@@ -84,7 +84,7 @@ currently distributed in the following operating systems/distributions:
 % for title, link, img, height in distros:
 <div style="display: inline; min-width: 100px"><a title="i3 in ${title}" href="${link}"><img src="${img}" width="75" height="${height}" alt="${title}" title="i3 in ${title}"></a></div>
 <% c += 1 %>
-% if c % 4 == 0:
+% if c % 5 == 0:
 <br>
 % endif
 % endfor