aboutsummaryrefslogtreecommitdiff
path: root/source/index.html
blob: 09eb8d138e2183fcf9eb900c9f0f35dcaab3a9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
---
{% for page in site.posts limit:3 %}
{% assign content = page.content %}
{% assign index = true %}
  <article>
    {% include article.html %}
  </article>
{% endfor %}