Files
wahyd4.github.com/source/index.html
T
2012-12-28 12:29:09 +08:00

10 lines
223 B
HTML

---
layout: default
---
{% assign index = true %}
{% for post in paginator.posts %}
{% assign content = post.content %}
<article class="post">{% include article.html %}</article>
{% endfor %}
{% include pagination.html %}