Merge pull request #1970 from minddust/missing_post_docs

This commit is contained in:
Parker Moore 2014-01-19 20:18:04 -08:00
commit be95eb5a44
1 changed files with 18 additions and 0 deletions

View File

@ -244,6 +244,24 @@ following is a reference of the available data.
</p></td> </p></td>
</tr> </tr>
<tr>
<td><p><code>page.next</code></p></td>
<td><p>
The next post relative to the position of the current post in
<code>site.posts</code>. Returns <code>nil</code> for the last entry.
</p></td>
</tr>
<tr>
<td><p><code>page.previous</code></p></td>
<td><p>
The previous post relative to the position of the current post in
<code>site.posts</code>. Returns <code>nil</code> for the first entry.
</p></td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>