From 7da36a56c0eed118bf6a74d9786d443c8faa769d Mon Sep 17 00:00:00 2001
From: Greg Wilson <gvwilson@third-bit.com>
Date: Wed, 7 Sep 2016 17:16:12 -0400
Subject: [PATCH] Adding ID attribute to schedule

---
 _includes/syllabus.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/syllabus.html b/_includes/syllabus.html
index e539945..bd520ed 100644
--- a/_includes/syllabus.html
+++ b/_includes/syllabus.html
@@ -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 %}
-- 
GitLab