diff --git a/spybot/templates/spybot/halloffame.html b/spybot/templates/spybot/halloffame.html
index 4a6e35f..df8f91b 100644
--- a/spybot/templates/spybot/halloffame.html
+++ b/spybot/templates/spybot/halloffame.html
@@ -16,9 +16,10 @@
Top Users
- {{ forloop.counter }}
{% if forloop.counter0 == 0 %}
- {% tabler_icon 'trophy' %}
+ {% tabler_icon 'trophy' %}
+ {% else %}
+ {{ forloop.counter }}
{% endif %}
@@ -114,4 +115,4 @@
Top Users
--icon-color: 127, 67, 6;
}
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}