class Jekyll::LayoutReader

def within(directory)

def within(directory)
  return unless File.exist?(directory)
  Dir.chdir(directory) { yield }
end