From 0fd4b2c00fb44470f1a9166810827b11a58c20fa Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 25 Jun 2017 07:15:49 +0300 Subject: fix post pagination links * Use custom paginate_path in _includes/common/pagination.html. --- _includes/common/pagination.html | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to '_includes/common') diff --git a/_includes/common/pagination.html b/_includes/common/pagination.html index aa2f034..55cb690 100644 --- a/_includes/common/pagination.html +++ b/_includes/common/pagination.html @@ -1,28 +1,21 @@ {% if site.posts.size != 0 %}