Keep backwards compatibility

Re-add `relative_path` Liquid variable too keep compatibility
This commit is contained in:
Alfred Xing 2014-09-11 18:25:21 -07:00
parent 6c0e791236
commit c3ec158f2d
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ module Jekyll
Utils.deep_merge_hashes data, {
"output" => output,
"content" => content,
"relative_path" => relative_path,
"path" => relative_path,
"url" => url,
"collection" => collection.label