Adding ID attribute to schedule
authorGreg Wilson <gvwilson@third-bit.com>
Wed, 7 Sep 2016 21:16:12 +0000 (17:16 -0400)
committerGreg Wilson <gvwilson@third-bit.com>
Wed, 7 Sep 2016 21:16:12 +0000 (17:16 -0400)
_includes/syllabus.html

index e5399451aa566462f88134e3e105ce248ead284f..bd520ed16c3c80b476b2f10de58e4970d395fbd9 100644 (file)
@@ -3,7 +3,7 @@
   Days are displayed if at least one episode has 'start = true'.
 {% endcomment %}
 <div class="syllabus">
-  <h2>Schedule</h2>
+  <h2 id="schedule">Schedule</h2>
 
   {% assign day = 0 %}
   {% assign multiday = false %}