Skip to content

Commit 031bf87

Browse files
committed
Fix schedule final disclaimer
1 parent e15cbf4 commit 031bf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3 class="header">{{ day.day }}</h3>
9292
</div>
9393
{% endfor %}
9494
</div>
95-
{% unless page.schedule-final %}
95+
{% unless page.schedule.final %}
9696
<p class="disclaimer">* This schedule is not final; it is subject to change.</p>
9797
{% endunless %}
9898
</div>

0 commit comments

Comments
 (0)