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