We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37a3a11 + 4b90bb3 commit 60900b8Copy full SHA for 60900b8
_includes/syllabus.html
@@ -13,6 +13,11 @@ <h2 id="schedule">Schedule</h2>
13
{% assign current = site.start_time %}
14
15
<table class="table table-striped">
16
+ <tr>
17
+ <td class="col-md-1"></td>
18
+ <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td>
19
+ <td class="col-md-7">Dowload files used on the lesson.</td>
20
+ </tr>
21
{% for episode in site.episodes %}
22
{% if episode.start %} {% comment %} Starting a new day? {% endcomment %}
23
{% assign day = day | plus: 1 %}
0 commit comments