Whitespace in post.rb

This commit is contained in:
Parker Moore 2013-04-15 00:32:04 +02:00
parent e0335e2167
commit f7310f554e
1 changed files with 2 additions and 2 deletions

View File

@ -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.