diff --git a/templates/blog.html b/templates/blog.html index cb79934..21f2aeb 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -3,9 +3,18 @@ {% from "macros/pagination.html" import render_pagination %} {% block title %}{{ this.title }}{% endblock %} {% block body %} - {% for child in this.pagination.items %} - {{ render_blog_post(child, from_index=true) }} - {% endfor %} - - {{ render_pagination(this.pagination) }} +