From 5b895e54688c909734fbe064b218edb0b24b2749 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 25 Jun 2017 07:24:53 +0300 Subject: fix post pagination links * Account for 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..aaad762 100644 --- a/_includes/common/pagination.html +++ b/_includes/common/pagination.html @@ -1,28 +1,21 @@ {% if site.posts.size != 0 %}