blob: ecb463c1679611ae33587f71cff5e345e108f536 [file] [log] [blame]
Rushabh Mehtad6c82352013-04-18 17:43:21 +05301<div class="col-span-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>