From 93de6537b3b8d309e7c89125bdaa269f122c54d6 Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Fri, 27 Feb 2015 16:34:40 -0700 Subject: [PATCH] use next_page_path and previous_page_path Not only is this simpler, but it allows for changing of the default page paths. For example if I want dashes in my page paths, I can set `paginate_path: "/page-:num/"` in my _config.yml. --- index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ff6de99..e3bb0ca 100644 --- a/index.html +++ b/index.html @@ -21,16 +21,12 @@ title: Home