diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index c78938e4..a0cdffd4 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -131,7 +131,7 @@ module Jekyll # Constructs a hash map of Posts indexed by the specified Post attribute # - # Returns {post_attr => []} + # Returns {post_attr => []} def post_attr_hash(post_attr) # Build a hash map based on the specified post attribute ( post attr => array of posts ) # then sort each array in reverse order @@ -143,8 +143,10 @@ module Jekyll # The Hash payload containing site-wide data # - # Returns {"site" => {"time" =>