--- 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 %}
{{ topic.topic_name }}
{{ topic.date | date: "%b %d, %y" }}
{{ topic.time }}
Tell Me More

Speakers

{% if topic.speakers %} {% assign speaker_usernames = topic.speakers | split: "," %} {% for speaker_username in speaker_usernames %} {% assign speaker_username_stripped = speaker_username | strip %} {% for speaker in site.speakers %} {% unless speaker.example %} {% if speaker_username_stripped == speaker.username %}
{{ speaker.username }}

{{ speaker.name }}

{{ speaker.title }}

{% endif %} {% endunless %} {% endfor %} {% endfor %} {% else %} To Be Determined {% endif %}

Description

{{ topic.content }}
{% if topic.speakers %} {% assign speaker_usernames = topic.speakers | split: "," %} {% for speaker_username in speaker_usernames %} {% assign speaker_username_stripped = speaker_username | strip %} {% for speaker in site.speakers %} {% unless speaker.example %} {% if speaker_username_stripped == speaker.username %} {% endif %} {% endunless %} {% endfor %} {% endfor %} {% endif %} {% endif %} {% endfor %}