Update tags_page.tpl

Quicker access to the tagged posts.
This commit is contained in:
dreamer 2024-05-03 15:25:30 +03:00 committed by GitHub
parent d102578b54
commit 9f5253094e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) %>