client/tags: add usage count

This commit is contained in:
rr- 2016-06-28 22:04:55 +02:00
parent aa0463dafb
commit c8e57146f3
1 changed files with 1 additions and 0 deletions

View File

@ -36,5 +36,6 @@
<section class='description'>
<hr/>
<%= ctx.makeMarkdown(ctx.tag.description || 'This tag has no description yet.') %>
<p>This tag has <a href='/posts/text=<%- encodeURIComponent(ctx.tag.names[0]) %>'><%- ctx.tag.postCount %> usages</a>.</p>
</section>
</div>