Add `output` to Document#to_liquid
This commit is contained in:
parent
2468b9f45c
commit
00f21ee93c
|
@ -194,6 +194,7 @@ module Jekyll
|
||||||
def to_liquid
|
def to_liquid
|
||||||
if data.is_a?(Hash)
|
if data.is_a?(Hash)
|
||||||
Utils.deep_merge_hashes data, {
|
Utils.deep_merge_hashes data, {
|
||||||
|
"output" => output,
|
||||||
"content" => content,
|
"content" => content,
|
||||||
"path" => path,
|
"path" => path,
|
||||||
"relative_path" => relative_path,
|
"relative_path" => relative_path,
|
||||||
|
|
Loading…
Reference in New Issue