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