From 6900d9f2bc9380cbda4babf611c6eeff345291af Mon Sep 17 00:00:00 2001 From: Zak Kemble Date: Sun, 27 Mar 2022 18:06:23 +0100 Subject: [PATCH] fix: follow paginate_path config for pagination Using "paginate_path: /page/:num/" to generate "/page/2/" paths would still generate invalid pagination links to "/page2/" --- _includes/post-paginator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post-paginator.html b/_includes/post-paginator.html index 9d9608c..9d6a98d 100644 --- a/_includes/post-paginator.html +++ b/_includes/post-paginator.html @@ -47,7 +47,7 @@ {% if show %}
  • - {{ i }} + {{ i }}
  • {% else %}