Added board counter for Blinka page
This commit is contained in:
parent
949965c7b0
commit
733b4cbda8
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@ permalink: /blinka
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="download-count">
|
||||
{% comment %}
|
||||
Display the total number of boards.
|
||||
{% endcomment %}
|
||||
Displaying <span id="board_count">{{ site.blinka.size }}</span> boards.
|
||||
</div>
|
||||
<div class="downloads-section">
|
||||
{% for board in site.blinka %}
|
||||
<div class="download" data-id="{{ board.board_id }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue