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.
2 parents 949965c + 733b4cb commit 1f75676Copy full SHA for 1f75676
blinka.html
@@ -47,6 +47,12 @@ <h1>Blinka</h1>
47
</div>
48
49
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>
56
<div class="downloads-section">
57
{% for board in site.blinka %}
58
<div class="download" data-id="{{ board.board_id }}"
0 commit comments