Skip to content

Commit

Permalink
Update tags_page.tpl
Browse files Browse the repository at this point in the history
Quicker access to the tagged posts.
  • Loading branch information
dreamer6969 committed May 3, 2024
1 parent d102578 commit 9f52530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/html/tags_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<% } %>
</td>
<td class='usages'>
<%- tag.postCount %>
<a href='<%- ctx.formatClientLink('posts', {query: tag.names[0]}) %>'><%- tag.postCount %></a>
</td>
<td class='creation-time'>
<%= ctx.makeRelativeTime(tag.creationTime) %>
Expand Down

0 comments on commit 9f52530

Please sign in to comment.