Skip to content

Commit 22bd55a

Browse files
authored
Revert "Update collection table include (#112)" (#114)
This reverts commit 198431c.
1 parent da1ac6d commit 22bd55a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

_includes/collection_table.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
{% endif %}
1010
<style>
1111
ul { padding: 5px; }
12-
td { word-wrap: break-word; }
13-
.refnote { font-size: smaller; }
14-
}
1512
</style>
1613

1714
<table style="font-size: 16px">
@@ -36,14 +33,11 @@
3633
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/{{ app.badge }}">
3734
{% endif %}
3835
</td>
39-
<td>
36+
<td nowrap="nowrap">
4037
{% if app.references %}
4138
<ul>
4239
{% for ref in app.references %}
43-
<li> <a href="{{ ref.url }}">{{ ref.name | capitalize }} - {{ref.summary}}</a> </li>
44-
{% if ref.note %}
45-
<span class="refnote">{{ ref.note }}</span>
46-
{% endif %}
40+
<li> <a href="{{ ref.url }}">{{ ref.name | capitalize }}</a> </li>
4741
{% endfor %}
4842
</ul>
4943
{% endif %}

0 commit comments

Comments
 (0)