From 90fe9ec055ff1e57103b1cb2fd0c252a7cc47606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Gro=C3=9F?= Date: Sun, 19 Jan 2014 13:49:52 +0100 Subject: [PATCH] Add missing next and previous docs --- site/docs/variables.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/site/docs/variables.md b/site/docs/variables.md index 89e11a52..96578311 100644 --- a/site/docs/variables.md +++ b/site/docs/variables.md @@ -244,6 +244,24 @@ following is a reference of the available data.

+ +

page.next

+

+ + The next post relative to the position of the current post in + site.posts. Returns nil for the last entry. + +

+ + +

page.previous

+

+ + The previous post relative to the position of the current post in + site.posts. Returns nil for the first entry. + +

+