{% for item in site.data.timeline.dates %} {% capture thecycle %} {% cycle 'left', 'right'%} {% endcapture %}
{{item.day}}
{{item.summary}}
{% endfor %}