From: Tom Anderson Date: Fri, 27 Feb 2015 23:34:40 +0000 (-0700) Subject: use next_page_path and previous_page_path X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=blog;a=commitdiff_plain;h=93de6537b3b8d309e7c89125bdaa269f122c54d6 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. --- diff --git a/index.html b/index.html index ff6de99..e3bb0ca 100644 --- a/index.html +++ b/index.html @@ -21,16 +21,12 @@ title: Home