Skip to content

Commit 596b48c

Browse files
committed
Remove licences from kit update downloads page
1 parent a0ccfb4 commit 596b48c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_data/kit_versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# The latest version should be the first in this file.
2+
# The format of this file should be like such:
3+
# - version: 20xx.y.z
4+
# released: 2038-01-19
25
[]

_includes/updates-table.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<th></th>
44
<th>Release Date</th>
55
<th>Download</th>
6-
<th>Licences</th>
76
</tr>
87
{% for kit_version in site.data.kit_versions %}
98
{% assign version = kit_version.version %}
@@ -21,7 +20,6 @@
2120
Download {{ version }}
2221
</a>
2322
</td>
24-
<td><a href="https://kit-downloads.studentrobotics.org/kit-software/{{ version }}/srobo-robot-{{ version }}-licences">Licences</a></td>
2523
</tr>
2624
{% endfor %}
2725
</table>

0 commit comments

Comments
 (0)