diff --git a/static/crown.jpg b/static/crown.jpg new file mode 100644 index 0000000..558a1c3 Binary files /dev/null and b/static/crown.jpg differ diff --git a/templates/results.html b/templates/results.html index 60d6438..4b587b5 100644 --- a/templates/results.html +++ b/templates/results.html @@ -76,7 +76,12 @@ ${loop.index+1} ${r[0]} - ${r[1]} + + % if loop.index == 0: + + %endif + ${r[1]} +
% if r[2] < 10: -- libgit2 0.21.2