diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index ae9c9d30..1f9bd565 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -5,8 +5,8 @@ module Jekyll class Site attr_accessor :config, :layouts, :posts, :pages, :static_files, :categories, :exclude, :include, :source, :dest, :lsi, :pygments, - :permalink_style, :tags, :time, :future, :safe, :plugins, :limit_posts, :show_drafts, - :keep_files + :permalink_style, :tags, :time, :future, :safe, :plugins, :limit_posts, + :show_drafts, :keep_files attr_accessor :converters, :generators @@ -173,7 +173,7 @@ module Jekyll # Read all the files in //_posts and create a new Post # object with each one. # - # dir - The String relative path of the directory to read. + # dir - The String relative path of the directory to read. # # Returns nothing. def read_posts(dir) @@ -198,7 +198,7 @@ module Jekyll # Read all the files in //_drafts and create a new Post # object with each one. # - # dir - The String relative path of the directory to read. + # dir - The String relative path of the directory to read. # # Returns nothing. def read_drafts(dir)