diff options
Diffstat (limited to 'themes/classic/source/_layouts')
| -rw-r--r-- | themes/classic/source/_layouts/category_index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/classic/source/_layouts/category_index.html b/themes/classic/source/_layouts/category_index.html new file mode 100644 index 00000000..699f3dec --- /dev/null +++ b/themes/classic/source/_layouts/category_index.html @@ -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> |
