Add `output` to Document#to_liquid

This commit is contained in:
Parker Moore 2014-05-06 14:51:56 -04:00
parent 2468b9f45c
commit 00f21ee93c
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ module Jekyll
def to_liquid
if data.is_a?(Hash)
Utils.deep_merge_hashes data, {
"output" => output,
"content" => content,
"path" => path,
"relative_path" => relative_path,