From ea16046506c516fbdf98df0a1573123d2c66f97e Mon Sep 17 00:00:00 2001 From: agusmakmun <summon.agus@gmail.com> Date: Tue, 19 Apr 2016 19:56:30 +0700 Subject: [PATCH] Update paginations for posts --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 76412de..95e9ba7 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ layout: default <h1>Stack Problems</h1> <hr /> <ol class="posts"> - {% for post in site.posts %} + {% for post in paginator.posts %} <li><a href="{{ post.url }}">{{ post.title }}</a> » <i><span>{{ post.date | date_to_string }}</span></i></li> {% endfor %} </ol> -- GitLab