Layout for the category archives
This commit is contained in:
parent
5033b7de4d
commit
be9548062a
1 changed files with 13 additions and 0 deletions
13
_layouts/category_archive.html
Normal file
13
_layouts/category_archive.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: page
|
||||
---
|
||||
<div class="category-archive">
|
||||
<div>
|
||||
<span class="title">Category archive for {{ page.category }}</span>
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
{{ content }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
Reference in a new issue