Skip to content

Commit

Permalink
Add new pagination variables to the Variables page in the docs site. #…
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Apr 12, 2013
1 parent 65f0d66 commit dc39f02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/_posts/2012-07-01-variables.md
Expand Up @@ -258,10 +258,18 @@ following is a reference of the available data.
<td><p><code>paginator.previous_page</code></p></td>
<td><p>The number of the previous page.</p></td>
</tr>
<tr>
<td><p><code>paginator.previous_page_path</code></p></td>
<td><p>The path to the previous page.</p></td>
</tr>
<tr>
<td><p><code>paginator.next_page</code></p></td>
<td><p>The number of the next page.</p></td>
</tr>
<tr>
<td><p><code>paginator.next_page_path</code></p></td>
<td><p>The path to the next page.</p></td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit dc39f02

Please sign in to comment.