We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834018b commit 9ca738cCopy full SHA for 9ca738c
1 file changed
_includes/resource-table-category.html
@@ -16,6 +16,7 @@
16
</a>{%- endif %}
17
</th>
18
<th>Description</th>
19
+ <th>DOI</th>
20
<th class="resource-type">Type</th>
21
</tr>
22
</thead>
@@ -35,6 +36,11 @@
35
36
<td>{{tool.Title}}</td>
37
{%- endif %}
38
<td>{{tool.Description}}</td>
39
+ {% if tool.DOI%}
40
+ <td><a href="{{tool.DOI}}">DOI</a></td>
41
+ {%- else %}
42
+ <td></td>
43
+ {%- endif %}
44
<td>
45
{% if tool.Type %}
46
{%- for type in tool.Type %}
0 commit comments