mirror of
https://github.com/wahyd4/wahyd4.github.com.git
synced 2026-08-09 05:15:56 +10:00
10 lines
223 B
HTML
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 %} |