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

@ -1,7 +1,7 @@
<h1 class="page-heading">{{ include.category | capitalize }}</h1>
<ul class="post-list">
{% for post in site.categories[include.category] limit:5 %}
{% for post in site.categories[include.category] limit:include.limit %}
<li>
<span class="post-meta">{{ post.date | date: "%Y-%m-%d" }}</span>
<h2>