Remove our categorization hack, and add category view pages instead.
This commit is contained in:
parent
6c9765d3d5
commit
e3ca9952b8
7 changed files with 79 additions and 11 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue