From: Michael Stapelberg Date: Thu, 26 Jul 2012 09:07:10 +0000 (+0200) Subject: downloads: display 6 icons per row X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=31988ddcc4dac92abc2e82aec063ed620d2926d5;p=i3%2Fi3.github.io downloads: display 6 icons per row --- diff --git a/downloads/index.html.mako b/downloads/index.html.mako index 2c44cbf..d736b85 100644 --- a/downloads/index.html.mako +++ b/downloads/index.html.mako @@ -90,7 +90,7 @@ currently distributed in the following operating systems/distributions: % for title, link, img, height in distros:
${title}
<% c += 1 %> -% if c % 5 == 0: +% if c % 6 == 0:
% endif % endfor