From d050fd11b5fb4dc350c8d906ee4da6ea41c29c47 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 31 Jul 2014 18:29:03 -0400 Subject: [PATCH] Be more ambiguous about 'page.content'. But more transparent. Fixes #2522. --- site/_docs/variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/_docs/variables.md b/site/_docs/variables.md index a8b42c33..0d590966 100644 --- a/site/_docs/variables.md +++ b/site/_docs/variables.md @@ -203,7 +203,8 @@ following is a reference of the available data.

page.content

- The un-rendered content of the Page. + The content of the Page, rendered or un-rendered depending upon + what Liquid is being processed and what `page` is.