Rushabh Mehta | a2deb68 | 2013-03-08 10:44:25 +0530 | [diff] [blame^] | 1 | <div class="span12"> |
2 | <hr /> | ||||
3 | <p><a href="blog">Show posts by everyone</a></p> | ||||
4 | {% if categories %} | ||||
5 | <h5>Explore posts by categories</h5> | ||||
6 | <ul class="breadcrumb" style="background-color: transparent; padding-left: 0px;"> | ||||
7 | {% for category in categories %} | ||||
8 | <li><a href="blog?category={{ category }}">{{ category }}</a> | ||||
9 | {% if not loop.last %}<span class="divider">/</span>{% endif %}</li> | ||||
10 | {% endfor %} | ||||
11 | {% endif %} | ||||
12 | </div> |