Skip to content

Commit c9689be

Browse files
Update _layouts/event.html
Co-authored-by: Copilot <[email protected]>
1 parent 5ee703f commit c9689be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>{{ page.title }}</h1>
2929

3030

3131
{% if page.talks %}
32-
<h2>{% if event_date > today %}We are looking forward to the following talks {% else %} Talks{% endif %}</h2>
32+
<h2>{% if event_date >= today %}We are looking forward to the following talks {% else %} Talks{% endif %}</h2>
3333
{% for talk in page.talks %}
3434
<div class="talkdetails">
3535
<strong>{{ talk.title }}</strong> <span class="label">by {{ talk.speaker }}</span>

0 commit comments

Comments
 (0)