android.moparisthebest.org/source/index.html

13 lines
210 B
HTML
Raw Normal View History

2011-04-17 23:49:30 -04:00
---
layout: default
title: Octopress
---
{% for page in site.posts limit:3 %}
{% assign content = page.content %}
{% assign index = true %}
<article>
{% include article.html %}
</article>
{% endfor %}