Skip to content

Commit ec0af4c

Browse files
committed
Update index.html
1 parent 02d7065 commit ec0af4c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,18 @@ <h1> {{ site.title }} </h1>
2222
<th style="max-width: 300px;">Title</th>
2323
<th>URL</th>
2424
<th>Scanner</th>
25+
<th colspan="{{ echoes.size }}">Number of Echoes</th>
26+
<th colspan="{{ extras.size }}">Extra Features</th>
27+
</tr>
28+
<tr>
29+
<th style="max-width: 300px;"></th>
30+
<th></th>
31+
<th></th>
2532
{% for echo in echoes %}
2633
<th>{{ echo }}</th>
2734
{% endfor %}
2835
{% for extra in extras %}
29-
<th>{{ extra }}</th>
36+
<th></th>
3037
{% endfor %}
3138
</tr>
3239
</thead>

0 commit comments

Comments
 (0)