blog.html 148 B

12345678910111213
  1. ---
  2. layout: default
  3. title: "Blog"
  4. ---
  5. {% for post in paginator.posts %}
  6. {% include blog.html %}
  7. {% endfor %}
  8. {% include post/pagination.html %}