mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-02 10:45:24 -05:00
Keep backwards compatibility
Re-add `relative_path` Liquid variable too keep compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user