summaryrefslogtreecommitdiff
path: root/_site_build/_layouts/category_index.html
blob: 61a79a80fe591358bccb26ae9764d718b80bc01f (plain)
1
2
3
4
5
6
7
8
9
10
11
---
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>