From b48c9496522c96df4c0949252f6baec39535bc8d Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Sun, 19 Jul 2015 12:00:00 -0600 Subject: [PATCH] create the ajax pagination --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0937708..a552105 100644 --- a/index.html +++ b/index.html @@ -38,8 +38,9 @@ layout: default {% assign postCount = site.posts | size %} {% assign postsCovered = site.paginate | plus:offset %} {% if postsCovered < postCount %} - + {% endif %} -