From dc39f021328e234a9110beba5298e3facd93487f Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 12 Apr 2013 23:39:20 +0200 Subject: [PATCH] Add new pagination variables to the Variables page in the docs site. #942 --- site/_posts/2012-07-01-variables.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/_posts/2012-07-01-variables.md b/site/_posts/2012-07-01-variables.md index cbda02d4..c722a10e 100644 --- a/site/_posts/2012-07-01-variables.md +++ b/site/_posts/2012-07-01-variables.md @@ -258,10 +258,18 @@ following is a reference of the available data.

paginator.previous_page

The number of the previous page.

+ +

paginator.previous_page_path

+

The path to the previous page.

+

paginator.next_page

The number of the next page.

+ +

paginator.next_page_path

+

The path to the next page.

+