{{ this_word }}
-
{% for post in site.categories[this_word] %}{% if post.title != null %}
- {{ post.title }} {% endif %}{% endfor %}
{% capture site_categories %}{% for category in site.categories %}{{ category | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %} {% assign categories_list = site_categories | split:',' | sort %}
{% for item in (0..site.categories.size) %}{% unless forloop.last %} {% capture this_word %}{{ categories_list[item] | strip_newlines }}{% endcapture %}