From 9aff9c8e753f14a30ca323292a1814a21a9f4c9c Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Fri, 2 Jan 2009 12:21:39 -0800 Subject: [PATCH] use canonical documentation style --- lib/jekyll/site.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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" =>