Use `layout.path` when rendering the Liquid layout (#8069)
Merge pull request 8069
This commit is contained in:
parent
83decb42f6
commit
a1401c6fe9
|
@ -197,7 +197,7 @@ module Jekyll
|
|||
layout.content,
|
||||
payload,
|
||||
info,
|
||||
layout.relative_path
|
||||
layout.path
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue