Keep backwards compatibility
Re-add `relative_path` Liquid variable too keep compatibility
This commit is contained in:
parent
6c0e791236
commit
c3ec158f2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue