--- layout: default home: true --- {{ content }} {% if site.articles %}
{% for article in site.articles %} {% capture thecycle %}{% cycle 'odd', 'even' %}{% endcapture %}

{{ article.title }}

{{ article.description }}

Read more
{% if thecycle == 'even' and forloop.index != forloop.length %}
{% endif %} {% endfor %}
{% endif %}