From 0bd7935936e5307a26d53e3c95f82635aebb376d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 28 Apr 2012 10:19:02 +0200 Subject: [PATCH] downloads: add openSUSE link (Thanks Philipp) --- downloads/index.html.mako | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/downloads/index.html.mako b/downloads/index.html.mako index 5f5f5d2..f1a75d8 100644 --- a/downloads/index.html.mako +++ b/downloads/index.html.mako @@ -58,7 +58,13 @@ currently distributed in the following operating systems/distributions: "http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/i3/", "/img/Openbsd2.png", 49 - ] + ], + [ + "openSUSE", + "http://software.opensuse.org/package/i3", + "/img/opensuse.png", + 95 + ], ] c = 0 @@ -66,7 +72,7 @@ currently distributed in the following operating systems/distributions: % for title, link, img, height in distros:
${title}
<% c += 1 %> -% if c == (len(distros) / 4) * 4: +% if c % 4 == 0:
% endif % endfor -- 2.39.2