blob: cab099b4eaf8d9e76c6476a7dd81c8346b666deb [file] [log] [blame]
Rushabh Mehta4a2f0f82013-05-22 11:57:05 +05301<div class="col col-lg-12">
Rushabh Mehtaa2deb682013-03-08 10:44:25 +05302 <hr />
Rushabh Mehtaa2deb682013-03-08 10:44:25 +05303 {% if categories %}
4 <h5>Explore posts by categories</h5>
5 <ul class="breadcrumb" style="background-color: transparent; padding-left: 0px;">
6 {% for category in categories %}
7 <li><a href="blog?category={{ category }}">{{ category }}</a>
8 {% if not loop.last %}<span class="divider">/</span>{% endif %}</li>
9 {% endfor %}
Rushabh Mehta1dd33012013-03-08 11:00:18 +053010 <br><br>
Rushabh Mehtaa2deb682013-03-08 10:44:25 +053011 {% endif %}
Rushabh Mehta1dd33012013-03-08 11:00:18 +053012 <p>Show posts by <a href="blog">everyone</a>. Meet the <a href="writers">writers</a> of this blog</p>
Rushabh Mehtaa2deb682013-03-08 10:44:25 +053013</div>