Skip to content

Commit 733b4cb

Browse files
committed
Added board counter for Blinka page
1 parent 949965c commit 733b4cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

blinka.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ <h1>Blinka</h1>
4747
</div>
4848
</div>
4949
</div>
50+
<div class="download-count">
51+
{% comment %}
52+
Display the total number of boards.
53+
{% endcomment %}
54+
Displaying <span id="board_count">{{ site.blinka.size }}</span> boards.
55+
</div>
5056
<div class="downloads-section">
5157
{% for board in site.blinka %}
5258
<div class="download" data-id="{{ board.board_id }}"

0 commit comments

Comments
 (0)