We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c7bcf commit ee9e0e4Copy full SHA for ee9e0e4
_layouts/connect.html
@@ -6,7 +6,8 @@
6
<div class="columns is-desktop">
7
{% assign i = 0 %}
8
{% for channel in channel_list %}
9
- {% if i == 3 %}
+ {% assign remainder = i | modulo: 3 %}
10
+ {% if remainder == 0 %}
11
</div>
12
<div class="columns">
13
{% endif %}
0 commit comments