Added category index layout and noise.png
parent
91f0190184
commit
87c9dc6430
@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: post
|
||||
no_meta: true
|
||||
---
|
||||
|
||||
<div class="blog-archives category">
|
||||
{% for post in site.categories[page.category] %}
|
||||
<article>
|
||||
{% include archive_post.html %}
|
||||
</article>
|
||||
{% endfor %}
|
||||
</div>
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue