Skip to content

Commit 81f123d

Browse files
committed
Restore post count beside topics
1 parent 3235d3d commit 81f123d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

layouts/_default/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h2>Topics</h2>
2121
<li>
2222
<a href="{{ .Permalink }}">{{ .Title }}</a>
2323
{{ with .Params.description }}<span class="date"> — {{ . }}</span>{{ end }}
24+
<span class="date"> · {{ len .Pages }} posts</span>
2425
</li>
2526
{{ end }}
2627
</ul>

0 commit comments

Comments
 (0)