Skip to content

Commit 43bb5dc

Browse files
author
delphidabbler
committed
Remove redundant Liquid if statement
1 parent 3cd1ee8 commit 43bb5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ <h3>{{ program.title }}</h3>
2929
</div>
3030
</div>
3131
</section>
32-
{% if test == 0 or forloop.last %}</div> <!-- ./row -->{% endif %}
3332
{% if test == 0 or forloop.last %}
33+
</div> <!-- ./row -->
3434
<!-- Clear the lg cols if their content doesn't match in height -->
3535
<div class="clearfix visible-sm-block"></div>
3636
{% endif %}

0 commit comments

Comments
 (0)