blob: d88fda02a1004002bd775f4c1f896820d9859b28 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
layout: default
title: Home
robots: noindex
---
<section id="excerpts">
{% for post in site.posts limit:site.max_recent_posts %}
{% include post_excerpt.html %}
{% endfor %}
</section>
|