Skip to content

Commit 266858e

Browse files
committed
Allow linking to a specific version by id
1 parent 19070c0 commit 266858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/updates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Documentation</h1>
2525
<th>Licences</th>
2626
</tr>
2727
{% for kit_version in site.data.kit_versions %}
28-
<tr>
28+
<tr id="{{ kit_version.version | slugify }}">
2929
<td>
3030
{% if forloop.first %}
3131
<code><strong>{{ kit_version.version }}</strong></code>

0 commit comments

Comments
 (0)