layout page title Lectures permalink /lectures/ You can download the lectures here (in PDF format). I will try to upload lectures prior to their corresponding classes. {% for lecture in site.lectures reversed %} {% if lecture.thumbnail %} {% endif %} {{ lecture.title }} {% if lecture.tldr %} <strong>tl;dr:</strong> {{ lecture.tldr }} <br/> {% endif %} <strong> {% include lecture_links.html lecture=lecture %} </strong> </div> {% endfor %}