Skip to content

Commit e1b7b32

Browse files
committedSep 17, 2015
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 3fb2718 commit e1b7b32

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎v7/cadair

‎v7/material-theme/templates/list.tmpl

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99
</header>
1010
{% if items %}
1111
<ul class="postlist">
12-
{% for text, link in items %}
12+
{% for text, link, count in items %}
1313
<li><a href="{{ link }}"><i class="mdi-action-done"></i>{{ text }}</a>
14+
{% if count %}
15+
({{ count }})
16+
{% endif %}
1417
{% endfor %}
1518
</ul>
1619
{% else %}

0 commit comments

Comments
 (0)
Failed to load comments.