blob: b4a574cc90f4209e4db5f6010a51f5a4a7afe4fc [file] [log] [blame]
Rushabh Mehtacce21d12013-08-21 17:48:08 +05301<div class="col-md-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>
Rushabh Mehtaa2deb682013-03-08 10:44:25 +05308 {% endfor %}
Rushabh Mehta74560b32013-05-27 14:47:56 +05309 </ul>
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>