--- layout: default cover: '/images/ConferencesHR.jpg' ---
{% capture currentDate %}{{'now' | date: '%s' }}{% endcapture %}

Future {% if site.event_label %} {{site.event_label}} {% else %} Events {% endif %}

{% for post in site.posts reversed %} {% capture blogDate %}{{post.date | date: '%s' }}{% endcapture %} {% if blogDate >= currentDate %} {% if post.cover %}

Past {% if site.event_label %} {{site.event_label}} {% else %} Events {% endif %}

{% for post in site.posts %} {% capture blogDate %}{{post.date | date: '%s' }}{% endcapture %} {% if blogDate < currentDate %} {% if post.cover %}