_includes/course-sidebar.html in shanep-class-1.0.15 vs _includes/course-sidebar.html in shanep-class-1.0.16

- old
+ new

@@ -14,20 +14,8 @@ {% else %} <li> {% endif %} <a href={{site.url}}/docs/syllabus.html>Syllabus</a> </li> - </ul> - <h2>Lessons</h2> - <ul> - {% for pg in site.lessons %} - {% if pg.path == page.path %} - <li class='active'> - {% else %} - <li> - {% endif %} - <a href={{pg.url}}> {{ pg.title }}</a>{%if pg.layout == "lab"%} 🧪 {%elsif pg.layout == "project" %} 📡 {% endif%}</li> - - {% endfor %} - </ul> + </ul> </div>