Skip to content

Commit d249ef9

Browse files
committed
Add links to each lesson in the schedule
1 parent 2fee78d commit d249ef9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/schedule.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<th>Content</th>
77
<th>Duration (minutes)</th>
88
</tr>
9-
9+
1010
{% for node in sorted_pages %}
1111
<tr>
1212
<td>{{ node.session }}</td>
13-
<td>{{ node.title }}</td>
13+
<td><a href="{{ node.url }}">{{ node.title }}</a></td>
1414
<td>{{ node.length }}</td>
1515
</tr>
1616
{% endfor %}
17-
</table>
17+
</table>

0 commit comments

Comments
 (0)