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, {
|
Utils.deep_merge_hashes data, {
|
||||||
"output" => output,
|
"output" => output,
|
||||||
"content" => content,
|
"content" => content,
|
||||||
|
"relative_path" => relative_path,
|
||||||
"path" => relative_path,
|
"path" => relative_path,
|
||||||
"url" => url,
|
"url" => url,
|
||||||
"collection" => collection.label
|
"collection" => collection.label
|
||||||
|
|
Loading…
Reference in New Issue