layout title page Machine Learning Tutorials {% for tut in site.tutorials %} {% assign rem = forloop.index | modulo: 2 %} {% if rem == 1 %} {% else %} {% endif %} {{tut.title}} {{tut.content}} {%endfor%}