From c0f50f2c7876741bbc419d07eaf12f1ef5d1c6c4 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 9 Apr 2013 19:51:26 +0200 Subject: [PATCH] Update docs to use paginator.{next,previous}_page_path --- site/_posts/2012-07-01-pagination.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_posts/2012-07-01-pagination.md b/site/_posts/2012-07-01-pagination.md index b470c370..8f3f7b4d 100644 --- a/site/_posts/2012-07-01-pagination.md +++ b/site/_posts/2012-07-01-pagination.md @@ -98,7 +98,7 @@ page with links to all but the current page. {% if paginator.previous_page == 1 %} Previous {% else %} - Previous + Previous {% endif %}

{% else %} @@ -129,7 +129,7 @@ page with links to all but the current page. {% if paginator.next_page %}

- Next + Next

{% else %}