Skip to content

Commit

Permalink
Fix cloc statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Nov 24, 2019
1 parent 2ebcd36 commit b4573d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ nav-url: /docs/
</thead>
<tbody>
{% for item in site.data.cloc %}
{% if item[0] != "SUM" %}
{% if item[0] != "SUM" and item[0] != "header" %}
<tr>
<td>{{ item[0] }}</td>
<td class="align-right">{{ item[1].nFiles }}</td>
<td class="align-right">{{ item[1].blank }}</td>
<td class="align-right">{{ item[1].comment }}</td>
<td class="align-right">{{ item[1].code }}</td>
</tr>
{% else %}
{% elsif item[0] == "SUM" %}
<tr>
<td></td>
<td>
Expand Down

0 comments on commit b4573d9

Please sign in to comment.