Rushabh Mehta | cce21d1 | 2013-08-21 17:48:08 +0530 | [diff] [blame] | 1 | <div class="col-md-12"> |
Rushabh Mehta | a2deb68 | 2013-03-08 10:44:25 +0530 | [diff] [blame] | 2 | <hr /> |
Rushabh Mehta | a2deb68 | 2013-03-08 10:44:25 +0530 | [diff] [blame] | 3 | {% 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 Mehta | a2deb68 | 2013-03-08 10:44:25 +0530 | [diff] [blame] | 8 | {% endfor %} |
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 9 | </ul> |
Rushabh Mehta | 1dd3301 | 2013-03-08 11:00:18 +0530 | [diff] [blame] | 10 | <br><br> |
Rushabh Mehta | a2deb68 | 2013-03-08 10:44:25 +0530 | [diff] [blame] | 11 | {% endif %} |
Rushabh Mehta | 1dd3301 | 2013-03-08 11:00:18 +0530 | [diff] [blame] | 12 | <p>Show posts by <a href="blog">everyone</a>. Meet the <a href="writers">writers</a> of this blog</p> |
Rushabh Mehta | a2deb68 | 2013-03-08 10:44:25 +0530 | [diff] [blame] | 13 | </div> |