Skip to content

Commit b4573d9

Browse files
committed
Fix cloc statistics
1 parent 2ebcd36 commit b4573d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ nav-url: /docs/
1919
</thead>
2020
<tbody>
2121
{% for item in site.data.cloc %}
22-
{% if item[0] != "SUM" %}
22+
{% if item[0] != "SUM" and item[0] != "header" %}
2323
<tr>
2424
<td>{{ item[0] }}</td>
2525
<td class="align-right">{{ item[1].nFiles }}</td>
2626
<td class="align-right">{{ item[1].blank }}</td>
2727
<td class="align-right">{{ item[1].comment }}</td>
2828
<td class="align-right">{{ item[1].code }}</td>
2929
</tr>
30-
{% else %}
30+
{% elsif item[0] == "SUM" %}
3131
<tr>
3232
<td></td>
3333
<td>

0 commit comments

Comments
 (0)