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.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_site_build/_layouts/category_index.html b/_site_build/_layouts/category_index.html
new file mode 100644
index 0000000..729ff2e
--- /dev/null
+++ b/_site_build/_layouts/category_index.html
@@ -0,0 +1,10 @@
+---
+layout: default
+robots: follow, noindex, noodp, noydir, noarchive
+---
+<section id="category">
+ <h1>{{ page.title }}</h1>
+ {% for post in site.categories[page.category] %}
+ {% include post_excerpt.html %}
+ {% endfor %}
+</section>