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