Update tags_page.tpl
Quicker access to the tagged posts.
This commit is contained in:
parent
d102578b54
commit
9f5253094e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
<% } %>
|
<% } %>
|
||||||
</td>
|
</td>
|
||||||
<td class='usages'>
|
<td class='usages'>
|
||||||
<%- tag.postCount %>
|
<a href='<%- ctx.formatClientLink('posts', {query: tag.names[0]}) %>'><%- tag.postCount %></a>
|
||||||
</td>
|
</td>
|
||||||
<td class='creation-time'>
|
<td class='creation-time'>
|
||||||
<%= ctx.makeRelativeTime(tag.creationTime) %>
|
<%= ctx.makeRelativeTime(tag.creationTime) %>
|
||||||
|
|
Loading…
Reference in a new issue