Skip to content

Commit

Permalink
Changing tag limit, none.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Mervine committed Aug 18, 2013
1 parent c89886a commit 0c15d90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions layout/_widget/tag.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<div class="row">
<ul class="list-group">
<% site.tags.sort('name').each(function(item){ %>
<% if (item.posts.length > 1) { %>
<li class="list-group-itme"><span class="badge"><%= item.posts.length %></span><a href="<%- config.root %><%- item.path %>"><%= item.name %></a></li>
<% } %>
<% }); %>
</ul>
</div>
Expand Down
2 changes: 0 additions & 2 deletions layout/_widget/tagcloud.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<div class="row">
<ul class="list-group">
<% site.tags.sort('name').each(function(item){ %>
<% if (item.posts.length > 1) { %>
<a style="font-size: <%-((item.posts.length*6)+100)%>%" href="<%- config.root %><%- item.path %>"><%- item.name %></a>
<% } %>
<% }); %>
</ul>
</div>
Expand Down

0 comments on commit 0c15d90

Please sign in to comment.