Skip to content

Commit 4b90bb3

Browse files
committed
Add link to setup from schedule
1 parent 37a3a11 commit 4b90bb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_includes/syllabus.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ <h2 id="schedule">Schedule</h2>
1313
{% assign current = site.start_time %}
1414

1515
<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>
1621
{% for episode in site.episodes %}
1722
{% if episode.start %} {% comment %} Starting a new day? {% endcomment %}
1823
{% assign day = day | plus: 1 %}

0 commit comments

Comments
 (0)