Skip to content

Commit

Permalink
Fix player page again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRandomMelon committed Sep 11, 2024
1 parent c5b55bf commit bf76a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion players.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</div>

{% comment %} every Xth player, we start a new row, except for the first player {% endcomment %}
{% assign mod = counted_past | modulo: 4 %}
{% assign mod = counted_past | modulo: 3 %}
{% if mod == 0 and forloop.index0 != 0 %}
</div>
<div class="flex mt-4 w-full sm:w-full sm:space-x-4 sm:space-y-0 space-y-4 sm:flex-row flex-col">
Expand Down

0 comments on commit bf76a4a

Please sign in to comment.