We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee703f commit c9689beCopy full SHA for c9689be
_layouts/event.html
@@ -29,7 +29,7 @@ <h1>{{ page.title }}</h1>
29
30
31
{% if page.talks %}
32
- <h2>{% if event_date > today %}We are looking forward to the following talks {% else %} Talks{% endif %}</h2>
+ <h2>{% if event_date >= today %}We are looking forward to the following talks {% else %} Talks{% endif %}</h2>
33
{% for talk in page.talks %}
34
<div class="talkdetails">
35
<strong>{{ talk.title }}</strong> <span class="label">by {{ talk.speaker }}</span>
0 commit comments