mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Added category index layout and noise.png
This commit is contained in:
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 |
Reference in New Issue
Block a user