Added category index layout and noise.png
This commit is contained in:
parent
91f0190184
commit
87c9dc6430
12
themes/classic/source/_layouts/category_index.html
Normal file
12
themes/classic/source/_layouts/category_index.html
Normal file
@ -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>
|
BIN
themes/classic/source/images/noise.png
Normal file
BIN
themes/classic/source/images/noise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue
Block a user