Skip to content

Commit

Permalink
Use layout.path when rendering the Liquid layout (#8069)
Browse files Browse the repository at this point in the history
Merge pull request 8069
  • Loading branch information
ashmaroli committed Mar 22, 2020
1 parent 83decb4 commit a1401c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll/renderer.rb
Expand Up @@ -197,7 +197,7 @@ def render_layout(output, layout, info)
layout.content,
payload,
info,
layout.relative_path
layout.path
)
end

Expand Down

0 comments on commit a1401c6

Please sign in to comment.