</style>
{%endblock%}
{%block content%}
-<h1>Conference Schedule - {{conference}}</h1>
+<h1>Schedule</h1>
+<hr>
<p>
You can find the full conference information at the
<a href="{{conference.confurl}}">conference website</a>.
-This schedule is subject to changes. This page will be updated when any
-changes occur.
+This schedule is subject to changes and will be updated when any
+changes occur. <a href="ical/">iCalendar</a> format. is also
+available for mobile users.
</p>
{%for day in days%}
</section>
{%endfor%}
-<p>This schedule is also available in <a href="ical/">iCalendar</a> format.</p>
-
{%endblock%}