Skip to content

Commit 9ca738c

Browse files
committed
update resource-table-category.html
1 parent 834018b commit 9ca738c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_includes/resource-table-category.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</a>{%- endif %}
1717
</th>
1818
<th>Description</th>
19+
<th>DOI</th>
1920
<th class="resource-type">Type</th>
2021
</tr>
2122
</thead>
@@ -35,6 +36,11 @@
3536
<td>{{tool.Title}}</td>
3637
{%- endif %}
3738
<td>{{tool.Description}}</td>
39+
{% if tool.DOI%}
40+
<td><a href="{{tool.DOI}}">DOI</a></td>
41+
{%- else %}
42+
<td></td>
43+
{%- endif %}
3844
<td>
3945
{% if tool.Type %}
4046
{%- for type in tool.Type %}

0 commit comments

Comments
 (0)