From adcfde14eda8db13ec9135bbd09e61d353b366d5 Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Thu, 27 Mar 2014 19:52:52 -0300 Subject: [PATCH] align 'end' with 'def' --- lib/jekyll/site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index a285a053..5ff9442f 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -174,7 +174,7 @@ module Jekyll aggregate_post_info(post) end end - end + end # Read all the files in //_drafts and create a new Post # object with each one.