Rushabh Mehta | a2deb68 | 2013-03-08 10:44:25 +0530 | [diff] [blame] | 1 | <div class="span12"> |
| 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> |
| 8 | {% if not loop.last %}<span class="divider">/</span>{% endif %}</li> |
| 9 | {% endfor %} |
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> |