FEATURE: stop linking to last post in crawler view

This only makes stuff harder for google AND does not even function correctly
This commit is contained in:
Sam Saffron 2016-07-12 21:11:33 +10:00
parent 86b3de510b
commit f369d492b3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<% if (!@category || @category.has_children?) && t.category %>
<span class='category'>[<a href='<%= t.category.url %>'><%= t.category.name %></a>]</span>
<% end %>
<span class='posts' title='<%= t 'posts' %>'>(<a href="<%=t.last_post_url%>"><%= t.posts_count %></a>)</span>
<span class='posts' title='<%= t 'posts' %>'>(<%= t.posts_count %>)</span>
</div>
<% end %>
</div>