summaryrefslogtreecommitdiff
path: root/_site_build/_layouts/category_index.html
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/_layouts/category_index.html')
-rw-r--r--_site_build/_layouts/category_index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/_site_build/_layouts/category_index.html b/_site_build/_layouts/category_index.html
deleted file mode 100644
index 61a79a8..0000000
--- a/_site_build/_layouts/category_index.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: default
-robots: follow, noindex, noodp, noydir, noarchive
-show_comment_counts: true
----
-<section id="category">
- <h1>{{ page.title }}</h1>
- {% for post in site.categories[page.category] %}
- {% include post_excerpt.html %}
- {% endfor %}
-</section>