Skip to content

Commit cc234d4

Browse files
committed
Attempted fix to URLs on schedule
1 parent 1ec974a commit cc234d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% for node in sorted_pages %}
1111
<tr>
1212
<td>{{ node.session }}</td>
13-
<td><a href="{{ node.url }}">{{ node.title }}</a></td>
13+
<td><a href="{{ site.baseurl }}{{ node.url }}">{{ node.title }}</a></td>
1414
<td>{{ node.length }}</td>
1515
</tr>
1616
{% endfor %}

0 commit comments

Comments
 (0)