blob: 7a0dde38fd4910f9948a83f0e2344cb38328db56 [file] [log] [blame]
---
layout: page
title: Tags
header: Posts By Tag
---
{% include JB/setup %}
<ul class="tag_box inline">
{% assign tags_list = site.tags %}
{% include JB/tags_list %}
</ul>
{% for tag in site.tags %}
<h2 id="{{ tag[0] }}-ref">{{ tag[0] }}</h2>
<ul>
{% assign pages_list = tag[1] %}
{% include JB/pages_list %}
</ul>
{% endfor %}