File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ <h1 style="margin-left: auto;margin-right: auto;">Available Dev Container Templa
30
30
< tr >
31
31
< td class ="tg-0lax "> < b > Template Name</ b > </ b > </ td >
32
32
< 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 >
33
35
</ tr >
34
36
35
37
{% for c in site.data.devcontainer-index.collections %}
@@ -38,6 +40,8 @@ <h1 style="margin-left: auto;margin-right: auto;">Available Dev Container Templa
38
40
< td class ="tg-0lax "> < a rel ="nofollow " href ="{{ f.documentationURL | strip_html }} "> {{ f.name | strip_html }}</ a >
39
41
</ td >
40
42
< 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 >
41
45
</ tr >
42
46
{% endfor %}
43
47
You can’t perform that action at this time.
0 commit comments