Use `layout.path` when rendering the Liquid layout (#8069)

Merge pull request 8069
This commit is contained in:
Ashwin Maroli 2020-03-22 21:34:33 +05:30 committed by GitHub
parent 83decb42f6
commit a1401c6fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ module Jekyll
layout.content, layout.content,
payload, payload,
info, info,
layout.relative_path layout.path
) )
end end