We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebcd36 commit b4573d9Copy full SHA for b4573d9
stats.md
@@ -19,15 +19,15 @@ nav-url: /docs/
19
</thead>
20
<tbody>
21
{% for item in site.data.cloc %}
22
- {% if item[0] != "SUM" %}
+ {% if item[0] != "SUM" and item[0] != "header" %}
23
<tr>
24
<td>{{ item[0] }}</td>
25
<td class="align-right">{{ item[1].nFiles }}</td>
26
<td class="align-right">{{ item[1].blank }}</td>
27
<td class="align-right">{{ item[1].comment }}</td>
28
<td class="align-right">{{ item[1].code }}</td>
29
</tr>
30
- {% else %}
+ {% elsif item[0] == "SUM" %}
31
32
<td></td>
33
<td>
0 commit comments