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.process(name)
|
||||
begin
|
||||
begin
|
||||
self.read_yaml(@base, name)
|
||||
rescue Exception => msg
|
||||
raise FatalException.new("#{msg} in #{@base}/#{name}")
|
||||
|
@ -246,7 +246,7 @@ module Jekyll
|
|||
|
||||
do_layout(payload, layouts)
|
||||
end
|
||||
|
||||
|
||||
# Obtain destination path.
|
||||
#
|
||||
# dest - The String path to the destination dir.
|
||||
|
|
Loading…
Reference in New Issue