From 69b12104a9f9579773553825f63c321e7d1a6899 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 10 May 2015 11:42:57 +0200 Subject: [PATCH] imp(index.html): DL title contains os-name That way, it's clearer, besides the icons themselves, which OS you are downloading for. Related to #106 [skip ci] --- src/mako/index.html.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mako/index.html.mako b/src/mako/index.html.mako index 637f987adb7..9fe341a90a8 100644 --- a/src/mako/index.html.mako +++ b/src/mako/index.html.mako @@ -72,7 +72,7 @@ DO NOT EDIT ! % else: % for os_name in ('ubuntu', 'osx'): - + % endfor ## each os % endif % if not loop.last: