Skip to content

Commit

Permalink
Remove tags from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanspletzer committed Jan 14, 2025
1 parent b23f557 commit b6b0b3b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,3 @@ <h2>Recent Posts</h2>
{% endfor %}
</ul>
</div>

<div class="sidebar well">
<h2>Tags</h2>
<ul>
{% assign tags = (site.tags | sort:0) %}
{% for tag in tags %}
<li>
<a href="{{ site.baseurl}}/tags/#{{ tag[0] }}" data-toggle="tooltip" data-placement="right"
title="{{ tag[1].size }}">
<span>{{tag[0] }}</span></a>
</li>
{% endfor %}
</ul>
</div>

0 comments on commit b6b0b3b

Please sign in to comment.