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