class Jekyll::LayoutReader

def theme_layout_directory

def theme_layout_directory
  @theme_layout_directory ||= site.theme.layouts_path if site.theme
end