blob: 81b92ab0c5749a4533a33e650dcaeb7dae59e7bf [file] [log] [blame]
Rushabh Mehtaa2deb682013-03-08 10:44:25 +05301<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>