2013-08-21 12:18:08 +00:00
|
|
|
<div class="col-md-12">
|
2013-03-08 05:14:25 +00:00
|
|
|
<hr />
|
|
|
|
{% if categories %}
|
|
|
|
<h5>Explore posts by categories</h5>
|
|
|
|
<ul class="breadcrumb" style="background-color: transparent; padding-left: 0px;">
|
|
|
|
{% for category in categories %}
|
|
|
|
<li><a href="blog?category={{ category }}">{{ category }}</a>
|
|
|
|
{% endfor %}
|
2013-05-27 09:17:56 +00:00
|
|
|
</ul>
|
2013-03-08 05:30:18 +00:00
|
|
|
<br><br>
|
2013-03-08 05:14:25 +00:00
|
|
|
{% endif %}
|
2013-03-08 05:30:18 +00:00
|
|
|
<p>Show posts by <a href="blog">everyone</a>. Meet the <a href="writers">writers</a> of this blog</p>
|
2013-03-08 05:14:25 +00:00
|
|
|
</div>
|