Prefer .yaml over .toml
This commit is contained in:
parent
0f0ac6f586
commit
f93453368a
|
@ -137,7 +137,7 @@ module Jekyll
|
||||||
SafeYAML.load_file(filename) || {}
|
SafeYAML.load_file(filename) || {}
|
||||||
else
|
else
|
||||||
raise ArgumentError, "No parser for '#{filename}' is available.
|
raise ArgumentError, "No parser for '#{filename}' is available.
|
||||||
Use a .toml or .y(a)ml file instead."
|
Use a .y(a)ml or .toml file instead."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue