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
14
_layouts/category_index.html
Normal file
14
_layouts/category_index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
<article class="post">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{ page.title }}</h1>
|
||||
</header>
|
||||
|
||||
<div class="post-content">
|
||||
{% include category_list.html category=page.data['category'] limit=0 %}
|
||||
</div>
|
||||
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue