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