Merge pull request #2309 from jekyll/remove-unreleased-notes

This commit is contained in:
Parker Moore
2014-05-06 16:30:15 -04:00
7 changed files with 14 additions and 40 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,