Whitespace in post.rb
This commit is contained in:
parent
e0335e2167
commit
f7310f554e
|
@ -39,7 +39,7 @@ module Jekyll
|
||||||
|
|
||||||
self.categories = dir.downcase.split('/').reject { |x| x.empty? }
|
self.categories = dir.downcase.split('/').reject { |x| x.empty? }
|
||||||
self.process(name)
|
self.process(name)
|
||||||
begin
|
begin
|
||||||
self.read_yaml(@base, name)
|
self.read_yaml(@base, name)
|
||||||
rescue Exception => msg
|
rescue Exception => msg
|
||||||
raise FatalException.new("#{msg} in #{@base}/#{name}")
|
raise FatalException.new("#{msg} in #{@base}/#{name}")
|
||||||
|
@ -246,7 +246,7 @@ module Jekyll
|
||||||
|
|
||||||
do_layout(payload, layouts)
|
do_layout(payload, layouts)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Obtain destination path.
|
# Obtain destination path.
|
||||||
#
|
#
|
||||||
# dest - The String path to the destination dir.
|
# dest - The String path to the destination dir.
|
||||||
|
|
Loading…
Reference in New Issue