--- layout: default --- {% assign today_date = 'now' | date: '%s' %} {% for topic in site.topics %} {% assign topic_date = topic.date | date: '%s' %} {% if topic_date >= today_date %} {% if next %} {% if topic_date < next %} {% assign next = topic_date %} {% endif %} {% else %} {% assign next = topic_date %} {% endif %} {% endif %} {% endfor %}
{% include navigation.html %} {% for topic in site.topics %} {% assign topic_date = topic.date | date: '%s' %} {% if topic_date == next %}