Newer
Older
<aside id="sidebar" role="complementary">
<div id="sidebar_iv_point" class="inviewTop"></div>
<div id="sidebar_wrap" class="sidebarWrap">
<!-- <form class="searchForm" action="../index.html" data-parsley-validate="">
<input type="text" name="s" required="" value="" placeholder="Search for the post here"> <input type="hidden"
name="post_type" value="post"> <button type="submit" class="submit searchLink pull-left disabled" title=
"Search"><i class="icon icon-search"></i></button>
<div class="error" id="top_search_error" style="display: none;" role="alert">
Enter Search Term
</div>
</form> -->
<div class="tagsList">
<nav>
{% for category in site.categories %}
{% if page.paginator and page.title == category[0] %}
<a href="/category/{{ category[0] | downcase }}/index.html" class="btn btnCancel active"><span>{{ category[0] }}</span></a>
<a href="/category/{{ category[0] | downcase }}/index.html" class="btn btnCancel"><span>{{ category[0] }}</span></a>
{% endif %}
{% endfor %}
</nav>
</div>
<!-- <div class="feedsList">
<h4>Feed</h4><a href="/html/feed.html" target="_blank">Feed</a>
</div> -->
</div>