blob: 729ff2e8de7f333132858b39ad783ff6f6f0c621 (
plain)
1
2
3
4
5
6
7
8
9
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>
|