layout: default permalink: /blog/categories/


{% for category in site.categories %} <h3>{{ category }}</h3> <ul>

{% for post in tag[1] %}
<li><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></li>
{% endfor %}

</ul> {% endfor %}