Fix up errors in CI build
This commit is contained in:
parent
7fa30c0dec
commit
c8e0fcfcdf
|
@ -173,7 +173,7 @@ module Jekyll
|
|||
# recursively render layouts
|
||||
layout = layouts[data["layout"]]
|
||||
|
||||
Jekyll.logger.warn("Build Warning:", "Layout '#{data["layout"]}' requested in #{relative_path} does not exist.") if invalid_layout? layout
|
||||
Jekyll.logger.warn("Build Warning:", "Layout '#{data["layout"]}' requested in #{path} does not exist.") if invalid_layout? layout
|
||||
|
||||
used = Set.new([layout])
|
||||
|
||||
|
|
Loading…
Reference in New Issue