Loading _includes/syllabus.html +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ {% if multiday %}<td class="col-md-1"></td>{% endif %} <td class="{% if multiday %}col-md-1{% else %}col-md-2{% endif %}"></td> <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td> <td class="col-md-7">Dowload files used on the lesson.</td> <td class="col-md-7">Download files required for the lesson</td> </tr> {% for episode in site.episodes %} {% if episode.start %} {% comment %} Starting a new day? {% endcomment %} Loading Loading
_includes/syllabus.html +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ {% if multiday %}<td class="col-md-1"></td>{% endif %} <td class="{% if multiday %}col-md-1{% else %}col-md-2{% endif %}"></td> <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td> <td class="col-md-7">Dowload files used on the lesson.</td> <td class="col-md-7">Download files required for the lesson</td> </tr> {% for episode in site.episodes %} {% if episode.start %} {% comment %} Starting a new day? {% endcomment %} Loading