Add number of occurence to tags
It can be a bit frustrating to click on a tag only to realise it was the only example with that tag.
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
</h4>
|
||||
<p class="tags">
|
||||
{{#each tags}}
|
||||
<a href="./index.html?q={{.}}" class="badge badge-info">{{.}}</a>
|
||||
<a href="./index.html?q={{./tag}}" class="badge badge-info">{{ ./tag }} ({{ ./amount }})</a>
|
||||
{{/each}}
|
||||
</p>
|
||||
{{{ contents }}}
|
||||
|
||||
Reference in New Issue
Block a user