Skip to content

Commit 749f454

Browse files
authored
Add Reference and Latest Version column in templates.html. (devcontainers#387)
1 parent 7265f82 commit 749f454

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates.html

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ <h1 style="margin-left: auto;margin-right: auto;">Available Dev Container Templa
3030
<tr>
3131
<td class="tg-0lax"><b>Template Name</b></b></td>
3232
<td class="tg-0lax"><b>Maintainer</b></td>
33+
<td class="tg-0lax"><b>Reference</b></td>
34+
<td class="tg-0lax"><b>Latest Version</b></td>
3335
</tr>
3436

3537
{% for c in site.data.devcontainer-index.collections %}
@@ -38,6 +40,8 @@ <h1 style="margin-left: auto;margin-right: auto;">Available Dev Container Templa
3840
<td class="tg-0lax"><a rel="nofollow" href="{{ f.documentationURL | strip_html }}">{{ f.name | strip_html }}</a>
3941
</td>
4042
<td class="tg-0lax">{{ c.sourceInformation.maintainer | strip_html }}</td>
43+
<td class="tg-0lax"><code>{{ f.id | strip_html }}:{{ f.version | strip_html }}</code></td>
44+
<td class="tg-0lax"><code>{{ f.version | strip_html }}</code></td>
4145
</tr>
4246
{% endfor %}
4347

0 commit comments

Comments
 (0)