Remove our categorization hack, and add category view pages instead.

This commit is contained in:
2016-04-12 00:08:27 -04:00
parent 6c9765d3d5
commit e3ca9952b8
7 changed files with 79 additions and 11 deletions

View File

@ -5,7 +5,7 @@ layout: default
{% for category in site.categories %}
{% if category.first == "meta" %} {% continue %} {% endif %}
<div class="column col-{{site.categories.size | minus: 1}}">
{% include category_list.html category=category.first %}
{% include category_list.html category=category.first limit=5 %}
</div>
{% endfor %}